X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=win%2Fwin32service.h;h=b6639a49bfdb287f703a634b97d545a1348c495c;hb=ffb733879cecfe07c14fc84205cfa2b644e35c4f;hp=162a7d66dd452998926825cf1be53cd5758d0dee;hpb=a539875eccf01c6d0a5fb21649d10a23ad191b23;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/win/win32service.h b/win/win32service.h index 162a7d66d..b6639a49b 100644 --- a/win/win32service.h +++ b/win/win32service.h @@ -1,10 +1,10 @@ -#ifndef _WIN32SERVICE_H_ -#define _WIN32SERVICE_H_ +#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(); - + +/* Marks the service as running, not called until the config is parsed */ +void SetServiceRunning(); + #endif \ No newline at end of file