inspircd/win/win32service.h
brain 2e9a32349f EWW windows linefeeds
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10260 e03df62e-2008-0410-955e-edbf42e46eb7
2008-08-24 23:45:09 +00:00

10 lines
281 B
C

#ifndef _WIN32SERVICE_H_
#define _WIN32SERVICE_H_
/* Hook for win32service.cpp to exit properly with the service specific error code */
void SetServiceStopped(int status);
/* Marks the service as running, not called until the config is parsed */
void SetServiceRunning();
#endif