]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - trek/getpar.h
Revert to the original phrasing, but remove the man 8 section reference.
[bsdgames-darwin.git] / trek / getpar.h
index 20527c3b2fd4a5d49fa021c592fcfa2e0a4b16ab..f947215028d442f8fdd7cce890305ef5d502818e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: getpar.h,v 1.10 2005/02/15 12:54:50 jsm Exp $  */
+/*     $NetBSD: getpar.h,v 1.12 2009/05/25 00:39:45 dholland Exp $     */
 
 /*
  * Copyright (c) 1980, 1993
  */
 
 typedef void (*cmdfun)(int);
-struct cvntab          /* used for getcodpar() parameter list */
-{
-       const char      *abrev;
+
+/* used for getcodpar() parameter list */
+struct cvntab {
+       const char      *abbrev;
        const char      *full;
        cmdfun  value;
        int     value2;