tImplicit declaration of ServiceMain function corrected. - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 44b6cd80642f6513d1aa7ee88f4a20bd07890b93
DIR parent 4f8fceb83f388fc9c6cfcb3b5d08345db70f16ca
HTML Author: Ben Webb <ben@salilab.org>
Date: Sat, 2 Mar 2002 18:54:05 +0000
Implicit declaration of ServiceMain function corrected.
Diffstat:
M src/serverside.h | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
DIR diff --git a/src/serverside.h b/src/serverside.h
t@@ -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);