]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/bdes.c
commands: Rename the command functions
[empserver] / src / lib / commands / bdes.c
index d7f689eec9d32c23a6a271fd42b29fdd3aa74115..55de905613a16a67d40a064d8ec208b84cc473f5 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
 #include <ctype.h>
 #include "commands.h"
 #include "map.h"
-#include "path.h"
 
 int
-bdes(void)
+c_bdes(void)
 {
     char *p, d;
     struct nstr_sect nstr;