]> granicus.if.org Git - nethack/commitdiff
Move some function names to start of line
authorPasi Kallinen <paxed@alt.org>
Sun, 29 Nov 2020 12:10:25 +0000 (14:10 +0200)
committerPasi Kallinen <paxed@alt.org>
Sun, 29 Nov 2020 12:10:25 +0000 (14:10 +0200)
src/options.c
src/version.c

index c38d06aa3c484201763c3f50b1886380ed4e464c..e82877b5a0883ab6379a18e1ae1b578657f03284 100644 (file)
@@ -4232,7 +4232,8 @@ char *op;
  *    Prefix-handling functions
  */
 
-int pfxfn_cond_(optidx, req, negated, opts, op)
+int
+pfxfn_cond_(optidx, req, negated, opts, op)
 int optidx UNUSED;
 int req;
 boolean negated;
@@ -4276,7 +4277,8 @@ char *op UNUSED;
     return optn_ok;
 }
 
-int pfxfn_font(optidx, req, negated, opts, op)
+int
+pfxfn_font(optidx, req, negated, opts, op)
 int optidx;
 int req;
 boolean negated;
@@ -4412,7 +4414,8 @@ char *op;
 }
 
 #if defined(MICRO) && !defined(AMIGA)
-int pfxfn_IBM_(optidx, req, negated, opts, op)
+int
+pfxfn_IBM_(optidx, req, negated, opts, op)
 int optidx;
 int req;
 boolean negated;
@@ -4640,7 +4643,8 @@ char *op;
     return optn_ok;
 }
 
-int spcfn_misc_menu_cmd(midx, req, negated, opts, op)
+int
+spcfn_misc_menu_cmd(midx, req, negated, opts, op)
 int midx;
 int req;
 boolean negated;
index a499c3a51f475fc0e1c096a9fcfedf65537c1e2a..f8fd308d1a44b021bfe74a293a2c879a33e7a869 100644 (file)
@@ -247,7 +247,8 @@ doextversion()
     return 0;
 }
 
-void early_version_info(pastebuf)
+void
+early_version_info(pastebuf)
 boolean pastebuf;
 {
     char buf[BUFSZ], buf2[BUFSZ];