vaccinewars

be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars # fast
git clone https://src.adamsgaard.dk/vaccinewars.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 44b6cd80642f6513d1aa7ee88f4a20bd07890b93
parent 4f8fceb83f388fc9c6cfcb3b5d08345db70f16ca
Author: Ben Webb <ben@salilab.org>
Date:   Sat,  2 Mar 2002 18:54:05 +0000

Implicit declaration of ServiceMain function corrected.


Diffstat:
Msrc/serverside.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/serverside.h b/src/serverside.h @@ -73,6 +73,9 @@ void DropPrivileges(void); #ifdef GUI_SERVER void GuiServerLoop(gboolean is_service); +#ifdef CYGWIN +void ServiceMain(void); +#endif #endif #ifndef CYGWIN gchar *GetLocalSocket(void);