Update of /cvsroot/onhm/Software/common/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3160/common/include
Modified Files:
daemon.h
Log Message:
Miscellaneous updates to the codebase.
Index: daemon.h
===================================================================
RCS file: /cvsroot/onhm/Software/common/include/daemon.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** daemon.h 20 May 2005 10:10:38 -0000 1.2
--- daemon.h 6 Dec 2005 12:18:53 -0000 1.3
***************
*** 24,27 ****
--- 24,29 ----
#include <grp.h>
+ extern int continueDaemon;
+
extern int goDaemon(char *user, char *group);
|