summaryrefslogtreecommitdiff
path: root/bin/bbackupd/Win32ServiceFunctions.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-09-07 21:55:07 +0000
committerChris Wilson <chris+github@qwirx.com>2007-09-07 21:55:07 +0000
commit783e3baacc9e101c540fd2cb39e94c02d32f8e72 (patch)
tree5fb17f49e3d60ea7bcb449f1329ee04a1b5a0de1 /bin/bbackupd/Win32ServiceFunctions.h
parente2efafa787ffa1b45063551b6832a9590141dceb (diff)
Don't initialise MemLeakFinder twice when running as a service.
Return a non-zero exit code if running as a service fails. (merges [1813])
Diffstat (limited to 'bin/bbackupd/Win32ServiceFunctions.h')
-rw-r--r--bin/bbackupd/Win32ServiceFunctions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/bbackupd/Win32ServiceFunctions.h b/bin/bbackupd/Win32ServiceFunctions.h
index 70e1f085..cecd5c7b 100644
--- a/bin/bbackupd/Win32ServiceFunctions.h
+++ b/bin/bbackupd/Win32ServiceFunctions.h
@@ -12,8 +12,8 @@
#ifndef WIN32SERVICEFUNCTIONS_H
#define WIN32SERVICEFUNCTIONS_H
-int RemoveService (void);
-int InstallService (const char* pConfigFilePath);
-void OurService (char* pConfigFileName);
+int RemoveService (void);
+int InstallService (const char* pConfigFilePath);
+int OurService (char* pConfigFileName);
#endif