]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - trek/getpar.h
Null for pointers, not 0.
[bsdgames-darwin.git] / trek / getpar.h
index 8363697f634b0173b4e146f7a833b172163926a9..77b93b18dc23266f56ccf61310277c533548315b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: getpar.h,v 1.9 2004/01/27 20:30:31 jsm Exp $   */
+/*     $NetBSD: getpar.h,v 1.11 2009/05/24 21:44:56 dholland Exp $     */
 
 /*
  * Copyright (c) 1980, 1993
  */
 
 typedef void (*cmdfun)(int);
-struct cvntab          /* used for getcodpar() parameter list */
-{
+
+/* used for getcodpar() parameter list */
+struct cvntab {
        const char      *abrev;
        const char      *full;
        cmdfun  value;
        int     value2;
 };
 
+extern const struct cvntab     Skitab[];
+extern const struct cvntab     Lentab[];
+
 int getintpar(const  char *);
 double getfltpar(const char *);
 int getynpar(const char *);