summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-08-09 12:54:05 +0000
committerChris Wilson <chris+github@qwirx.com>2006-08-09 12:54:05 +0000
commit52dfab19cd69b6423af80c7276caa5b65fdd6545 (patch)
tree440384c1570bc8825ceb8bd65f5b6636e84830c3 /bin
parent89bfa52d830f1a623214eb63242a1be99fe710ab (diff)
* Win32ServiceFunctions.h
- Header update
Diffstat (limited to 'bin')
-rw-r--r--bin/bbackupd/Win32ServiceFunctions.h2
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);