]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/upda.c
commands: Rename the command functions
[empserver] / src / lib / commands / upda.c
index 9ae5c78c5eebe7cfe547096759cf7a65a73ffc4b..d9a0668a8714648a1f06a0ea87056006815022e7 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
@@ -27,7 +27,7 @@
  *  upda.c: Give the time of the next update
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2007
+ *     Markus Armbruster, 2007-2010
  */
 
 #include <config.h>
@@ -42,7 +42,7 @@
  * is likely to be.
  */
 int
-upda(void)
+c_update(void)
 {
     time_t now, next, stop;