]> git.pond.sub.org Git - empserver/blobdiff - include/server.h
Update known contributors comments
[empserver] / include / server.h
index 0c606c16b87cd1536e44121d3808c14448ff0f85..ecb9bc894081b7642ee91571343f807161141a24 100644 (file)
@@ -28,7 +28,7 @@
  *  server.h: Server startup, control and shutdown
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2004-2008
+ *     Markus Armbruster, 2004-2009
  */
 
 #ifndef SERVER_H
@@ -40,7 +40,6 @@
 
 extern int shutdown_pending;
 extern empth_rwlock_t *play_lock;
-extern int play_wrlock_wanted;
 extern int update_running;
 extern time_t update_time[UPDATE_TIME_LEN];
 
@@ -52,7 +51,4 @@ int update_reschedule(void);
 int run_hook(char *, char *);
 int shutdown_initiate(int);
 
-/* thread entry points */
-void player_kill_idle(void *);
-
 #endif