]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/nuke.c
commands: Rename the command functions
[empserver] / src / lib / commands / nuke.c
index 6b838034321d1912255ac77d5cb814c2b23666cd..d8b3e335449c2651810db6a511a91be10e4985fd 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
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Dave Pare, 1986
- *     Markus Armbruster, 2006
+ *     Markus Armbruster, 2006-2010
  */
 
 #include <config.h>
@@ -38,7 +38,7 @@
 #include "plane.h"
 
 int
-nuke(void)
+c_nuke(void)
 {
     int nnukes, noff;
     struct nstr_item nstr;