[Box Backup-dev] COMMIT r524 - box/chris/general/bin/bbackupd

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sun Feb 26 14:23:32 GMT 2006


Author: chris
Date: 2006-02-26 14:23:30 +0000 (Sun, 26 Feb 2006)
New Revision: 524

Modified:
   box/chris/general/bin/bbackupd/Win32ServiceFunctions.h
Log:
* Win32ServiceFunctions.h
- Updated prototypes


Modified: box/chris/general/bin/bbackupd/Win32ServiceFunctions.h
===================================================================
--- box/chris/general/bin/bbackupd/Win32ServiceFunctions.h	2006-02-26 14:23:11 UTC (rev 523)
+++ box/chris/general/bin/bbackupd/Win32ServiceFunctions.h	2006-02-26 14:23:30 UTC (rev 524)
@@ -12,8 +12,8 @@
 #ifndef WIN32SERVICEFUNCTIONS_H
 #define WIN32SERVICEFUNCTIONS_H
 
-void RemoveService(void);
-void InstallService(void);
-void OurService(void);
+int  RemoveService(void);
+int  InstallService(const char* pConfigFilePath);
+void OurService(char* pConfigFileName);
 
 #endif




More information about the Boxbackup-dev mailing list