]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/scra.c
commands: Rename the command functions
[empserver] / src / lib / commands / scra.c
index dab777d645f7168190dbfe8e8ae2dc5d34a37354..f512e01d27cb565b9c959448ef21a0adc2ba324c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2016, 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 <config.h>
 
 #include <ctype.h>
-#include "chance.h"
 #include "commands.h"
 #include "optlist.h"
 #include "plague.h"
 #include "unit.h"
 
 int
-scra(void)
+c_scrap(void)
 {
     struct nstr_item ni;
     union empobj_storage item;