]> git.pond.sub.org Git - empserver/blobdiff - include/server.h
client: Unbreak standalone build
[empserver] / include / server.h
index dbff88a92aa16de9a4b4e5361a60cb53c20e15a3..33b8b1fc5b939116ea6fffb21cfdb779c2d7cff3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2012, 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
@@ -40,7 +40,6 @@
 extern int shutdown_pending;
 extern empth_rwlock_t *update_lock;
 extern empth_rwlock_t *shutdown_lock;
-extern int update_running;
 extern time_t update_time[UPDATE_TIME_LEN];
 
 void market_init(void);