]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/enab.c
commands: Rename the command functions
[empserver] / src / lib / commands / enab.c
index 61305452049dc22da6e68560ef1b1ca54d640b33..c340c9fc63e8344fc5b47650263a5b27a1364168 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2013, 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
@@ -36,7 +36,7 @@
 #include "game.h"
 
 int
-enab(void)
+c_enable(void)
 {
     game_ctrl_update(1);
     pr("Updates are enabled\n");