]> git.pond.sub.org Git - empserver/blobdiff - include/optlist.h
Fix trailing whitespace
[empserver] / include / optlist.h
index 2dc68343060216d10dca5d0ef5d99d9e53b826c3..571c468b5ad900ba2b9c92498332722cc7916532 100644 (file)
  *  ---
  *
  *  optlist.h: Definitions of option listings
- * 
+ *
  *  Known contributors to this file:
  *     Ken Stevens, 1995
  *     Steve McClure, 1998
+ *     Markus Armbruster, 2004-2008
  */
 
 #ifndef OPTLIST_H
@@ -45,6 +46,9 @@ extern char dflt_econfig[];
 #undef EMP_CONFIG_H_OUTPUT
 
 extern char *configdir;
+extern char *builtindir;
+extern char *gamedir;
+extern char *infodir;
 extern char *schedulefil;
 
 extern char motdfil[];
@@ -66,7 +70,7 @@ enum {
 
 struct keymatch {
     char *km_key;              /* the key */
-    nsc_type km_type;          /* type of associated data */
+    enum nsc_type km_type;     /* type of associated data */
     void *km_data;             /* pointer to associated data */
     int km_flags;              /* useful flags */
     char *km_comment;          /* Comment (hopefully useful) */