mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10260 e03df62e-2008-0410-955e-edbf42e46eb7
10 lines
281 B
C
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 |