]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/forc.c
commands: Rename the command functions
[empserver] / src / lib / commands / forc.c
index 792637e8fcd5747002da55cf39f82854c82594de..021c0ca0a1730f32a57001ad3d38cd875544154d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2017, 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
@@ -38,7 +38,7 @@
 #include "server.h"
 
 int
-force(void)
+c_force(void)
 {
     if (shutdown_pending) {
        pr("Shutdown is pending\n");