]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/cens.c
commands: Rename the command functions
[empserver] / src / lib / commands / cens.c
index af53371aa0dd79c54520e5d0b2959c71b1609fc7..29cff4da41a699970dab678b4d2923007ffea023 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2011, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2021, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -39,7 +39,7 @@
 static void cens_hdr(void);
 
 int
-cens(void)
+c_census(void)
 {
     struct sctstr sect;
     int nsect;
@@ -131,4 +131,3 @@ cens_hdr(void)
        pr("ter ");
     pr("fall coa\n");
 }
-