diff options
Diffstat (limited to 'Lib/ocaml/swig.mli')
-rw-r--r-- | Lib/ocaml/swig.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/ocaml/swig.mli b/Lib/ocaml/swig.mli index 3207b9e73..c5ffadb15 100644 --- a/Lib/ocaml/swig.mli +++ b/Lib/ocaml/swig.mli @@ -30,6 +30,7 @@ exception NoSuchClass of string val invoke : ('a c_obj_t) -> (string -> 'a c_obj_t -> 'a c_obj_t) val fnhelper : 'a c_obj_t -> 'a c_obj_t list +val director_core_helper : 'a c_obj_t list -> 'a c_obj_t list val get_int : 'a c_obj_t -> int val get_float : 'a c_obj_t -> float |