summaryrefslogtreecommitdiff
path: root/bin/bbackupd/Win32ServiceFunctions.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-08-09 12:51:32 +0000
committerChris Wilson <chris+github@qwirx.com>2006-08-09 12:51:32 +0000
commit89bfa52d830f1a623214eb63242a1be99fe710ab (patch)
tree71a1b01142bb81696126a9dd0819cb44387207ec /bin/bbackupd/Win32ServiceFunctions.h
parente1c40b699a0ccd9710de27aedad36d706b2ac88a (diff)
* bbackupd.cpp
* Win32ServiceFunctions.h - Revert to trunk
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 3fe77187..72f65479 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);
+void RemoveService(void);
+void InstallService(void);
+void OurService(void);
#endif