]> git.pond.sub.org Git - empserver/blobdiff - include/server.h
Update copyright notice
[empserver] / include / server.h
index 4bc31cdb702da3ebab601815b5d63216d50f3525..0c606c16b87cd1536e44121d3808c14448ff0f85 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2009, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -26,7 +26,7 @@
  *  ---
  *
  *  server.h: Server startup, control and shutdown
- * 
+ *
  *  Known contributors to this file:
  *     Markus Armbruster, 2004-2008
  */
@@ -53,7 +53,6 @@ int run_hook(char *, char *);
 int shutdown_initiate(int);
 
 /* thread entry points */
-void delete_lostitems(void *);
 void player_kill_idle(void *);
 
 #endif