summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/config_file.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-18 16:02:09 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-18 16:02:09 +0000
commit1e9b027b5bb760a1b15d76a7b4574052853930e0 (patch)
treecd7b06bac95a507a11842d50d837392d23b8b108 /perl_checker.src/config_file.mli
parent00cbf7c47c0f642a9fe3d6b0189ed1ed642564e6 (diff)
downloadperl-MDK-Common-1e9b027b5bb760a1b15d76a7b4574052853930e0.tar
perl-MDK-Common-1e9b027b5bb760a1b15d76a7b4574052853930e0.tar.gz
perl-MDK-Common-1e9b027b5bb760a1b15d76a7b4574052853930e0.tar.bz2
perl-MDK-Common-1e9b027b5bb760a1b15d76a7b4574052853930e0.tar.xz
perl-MDK-Common-1e9b027b5bb760a1b15d76a7b4574052853930e0.zip
new features including checking methods being available and unused functions
Diffstat (limited to 'perl_checker.src/config_file.mli')
-rw-r--r--perl_checker.src/config_file.mli6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl_checker.src/config_file.mli b/perl_checker.src/config_file.mli
new file mode 100644
index 0000000..d5ad2f2
--- /dev/null
+++ b/perl_checker.src/config_file.mli
@@ -0,0 +1,6 @@
+type config_file = { basedir : int option; }
+val ignored_packages : string list ref
+val default : config_file
+val config_cache : (string, config_file) Hashtbl.t
+val read : string -> config_file
+val read_any : string -> int -> unit