X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Fserver.h;h=33b8b1fc5b939116ea6fffb21cfdb779c2d7cff3;hp=dbff88a92aa16de9a4b4e5361a60cb53c20e15a3;hb=HEAD;hpb=1118f1c0ca13ca25b662fa600c5101ff1d38b67d diff --git a/include/server.h b/include/server.h index dbff88a92..33b8b1fc5 100644 --- a/include/server.h +++ b/include/server.h @@ -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);