aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32/Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'win/rfb_win32/Service.h')
-rw-r--r--win/rfb_win32/Service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/rfb_win32/Service.h b/win/rfb_win32/Service.h
index 198726ce..cbb6263d 100644
--- a/win/rfb_win32/Service.h
+++ b/win/rfb_win32/Service.h
@@ -105,7 +105,8 @@ namespace rfb {
// event source information, etc.
// *** should really accept TCHAR argv
- bool registerService(const TCHAR* name, const TCHAR* desc, int argc, char** argv);
+ bool registerService(const TCHAR* name, const TCHAR* display,
+ const TCHAR* desc, int argc, char** argv);
bool unregisterService(const TCHAR* name);
bool startService(const TCHAR* name);