From: Stefano Zacchiroli Date: Fri, 22 Oct 2004 12:55:01 +0000 (+0000) Subject: uses DBI handle X-Git-Tag: V_0_0_10~25 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=1059c8c3dd720e3665916aa9beeb3a815b44fa48;p=helm.git uses DBI handle --- diff --git a/helm/gTopLevel/chosenTermEditor.mli b/helm/gTopLevel/chosenTermEditor.mli index 1cc4f5606..83eb99e7d 100644 --- a/helm/gTopLevel/chosenTermEditor.mli +++ b/helm/gTopLevel/chosenTermEditor.mli @@ -14,7 +14,7 @@ module Make : functor (C : DisambiguateTypes.Callbacks) -> sig val term_editor : - MQIConn.handle -> + dbh:Dbi.connection -> ?packing:(GObj.widget -> unit) -> ?width:int -> ?height:int ->