netserver/Opts.hs
changeset 1473 60e1fad78d58
parent 1386 674429128152
child 1492 2da1fe033f23
--- a/netserver/Opts.hs	Tue Nov 04 17:04:54 2008 +0000
+++ b/netserver/Opts.hs	Tue Nov 04 21:53:30 2008 +0000
@@ -1,4 +1,8 @@
-module Opts where
+module Opts
+(
+	GlobalOptions(..),
+	globalOptions
+) where
 
 import System
 import System.Console.GetOpt