]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/sdump.c
commands: Rename the command functions
[empserver] / src / lib / commands / sdump.c
index 34788106fdbdb84172d944c62a63877b28006cbf..ea0492c37255f533853bb31c27e486f9fd56acdf 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2015, 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
@@ -37,7 +37,7 @@
 #include "ship.h"
 
 int
-sdump(void)
+c_sdump(void)
 {
     int nships;
     struct nstr_item ni;