diff options
author | Chris Wilson <chris+github@qwirx.com> | 2006-08-09 12:54:05 +0000 |
---|---|---|
committer | Chris Wilson <chris+github@qwirx.com> | 2006-08-09 12:54:05 +0000 |
commit | 52dfab19cd69b6423af80c7276caa5b65fdd6545 (patch) | |
tree | 440384c1570bc8825ceb8bd65f5b6636e84830c3 /bin/bbackupd | |
parent | 89bfa52d830f1a623214eb63242a1be99fe710ab (diff) |
* Win32ServiceFunctions.h
- Header update
Diffstat (limited to 'bin/bbackupd')
-rw-r--r-- | bin/bbackupd/Win32ServiceFunctions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbackupd/Win32ServiceFunctions.h b/bin/bbackupd/Win32ServiceFunctions.h index 72f65479..39f3a4e3 100644 --- a/bin/bbackupd/Win32ServiceFunctions.h +++ b/bin/bbackupd/Win32ServiceFunctions.h @@ -12,7 +12,7 @@ #ifndef WIN32SERVICEFUNCTIONS_H #define WIN32SERVICEFUNCTIONS_H -void RemoveService(void); +int RemoveService(void); void InstallService(void); void OurService(void); |