[Box Backup-dev] COMMIT r735 - box/chris/merge/bin/bbackupd
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Wed, 9 Aug 2006 12:54:07 +0000 (GMT)
Author: chris
Date: 2006-08-09 12:54:05 +0000 (Wed, 09 Aug 2006)
New Revision: 735
Modified:
box/chris/merge/bin/bbackupd/Win32ServiceFunctions.h
Log:
* Win32ServiceFunctions.h
- Header update
Modified: box/chris/merge/bin/bbackupd/Win32ServiceFunctions.h
===================================================================
--- box/chris/merge/bin/bbackupd/Win32ServiceFunctions.h 2006-08-09 12:51:32 UTC (rev 734)
+++ box/chris/merge/bin/bbackupd/Win32ServiceFunctions.h 2006-08-09 12:54:05 UTC (rev 735)
@@ -12,7 +12,7 @@
#ifndef WIN32SERVICEFUNCTIONS_H
#define WIN32SERVICEFUNCTIONS_H
-void RemoveService(void);
+int RemoveService(void);
void InstallService(void);
void OurService(void);