diff options
author | Chris Wilson <chris+github@qwirx.com> | 2006-08-30 18:05:55 +0000 |
---|---|---|
committer | Chris Wilson <chris+github@qwirx.com> | 2006-08-30 18:05:55 +0000 |
commit | 6eab81fb160cb8849308f40fa22dc46aeaf0727b (patch) | |
tree | bb9b4dd324f31ba8ccc5875ebc76d5a67c584cba | |
parent | 824756aadab385140ae5c1ccdf382c387f646ca6 (diff) |
* bin/bbackupd/Win32BackupService.h
- Revert to trunk
-rw-r--r-- | bin/bbackupd/Win32BackupService.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbackupd/Win32BackupService.h b/bin/bbackupd/Win32BackupService.h index e7f077f2..38cebacc 100644 --- a/bin/bbackupd/Win32BackupService.h +++ b/bin/bbackupd/Win32BackupService.h @@ -12,7 +12,7 @@ class BackupDaemon; class Win32BackupService : public BackupDaemon { public: - DWORD WinService(const char* pConfigFileName); + DWORD WinService(void); }; #endif // WIN32 |