summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/common.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-11-26 14:14:53 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-11-26 14:14:53 +0000
commit1537738cd9023b08d8730a56eb7bc1e1cab0dc90 (patch)
tree9413bf04a7937f557cd9691d3cfa0031d3adda5a /perl_checker.src/common.mli
parent431db26a9d138a21e17caf3affe5d2131387b69f (diff)
downloadperl-MDK-Common-1537738cd9023b08d8730a56eb7bc1e1cab0dc90.tar
perl-MDK-Common-1537738cd9023b08d8730a56eb7bc1e1cab0dc90.tar.gz
perl-MDK-Common-1537738cd9023b08d8730a56eb7bc1e1cab0dc90.tar.bz2
perl-MDK-Common-1537738cd9023b08d8730a56eb7bc1e1cab0dc90.tar.xz
perl-MDK-Common-1537738cd9023b08d8730a56eb7bc1e1cab0dc90.zip
*** empty log message ***
Diffstat (limited to 'perl_checker.src/common.mli')
-rw-r--r--perl_checker.src/common.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl_checker.src/common.mli b/perl_checker.src/common.mli
index 1e8078b..397af3c 100644
--- a/perl_checker.src/common.mli
+++ b/perl_checker.src/common.mli
@@ -148,6 +148,7 @@ val adjustModUp : int -> int -> int
val hashtbl_set : ('a, 'b) Hashtbl.t -> 'a -> 'b -> unit
val hashtbl_find : ('a -> 'b -> bool) -> ('a, 'b) Hashtbl.t -> 'a
val hashtbl_filter : ('a -> 'b -> 'b) -> ('a, 'b) Hashtbl.t -> unit
+val hashtbl_to_list : ('a, 'b) Hashtbl.t -> ('a * 'b) list
val array_shift : 'a array -> 'a array
val array_last_n : int -> 'a array -> 'a array
val array_collect : ('a -> 'b list) -> 'a array -> 'b list