]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/hbugs/client/hbugs_client.mli
- added a destroy callback
[helm.git] / helm / hbugs / client / hbugs_client.mli
index cf7ebc2a991a0aaf112f7e6e668cc2922d07832a..87e11e968501ca75183785b5d04f69a7328cf575 100644 (file)
@@ -4,7 +4,8 @@ open Hbugs_types
 exception Invalid_URL of string
 
 class hbugsClient :
-  ?use_hint_callback: (hint -> unit) ->
+  ?use_hint_callback: (hint -> unit) -> (* default = do nothing *)
+  ?destroy_callback: (unit -> unit) ->  (* default = do nothing *)
   unit ->
     object