diff options
Diffstat (limited to 'otherlibs/labltk/browser/setpath.mli')
-rw-r--r-- | otherlibs/labltk/browser/setpath.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/labltk/browser/setpath.mli b/otherlibs/labltk/browser/setpath.mli index 556d17b30..750fbde84 100644 --- a/otherlibs/labltk/browser/setpath.mli +++ b/otherlibs/labltk/browser/setpath.mli @@ -19,5 +19,6 @@ val add_update_hook : (unit -> unit) -> unit val exec_update_hooks : unit -> unit (* things to do when Config.load_path changes *) +val set : dir:string -> unit val f : dir:string -> toplevel widget (* edit the load path *) |