diff src/settings.sig @ 857:3d2f6cb6d54a

-debug from the command line
author Adam Chlipala <adamc@hcoop.net>
date Sat, 27 Jun 2009 10:30:51 -0400
parents 86ec89baee01
children 346cf1908a17
line wrap: on
line diff
--- a/src/settings.sig	Tue Jun 23 17:59:23 2009 -0400
+++ b/src/settings.sig	Sat Jun 27 10:30:51 2009 -0400
@@ -96,4 +96,7 @@
     val setProtocol : string -> unit
     val currentProtocol : unit -> protocol
 
+    val setDebug : bool -> unit
+    val getDebug : unit -> bool
+
 end