diff options
Diffstat (limited to 'win/rfb_win32/Service.h')
-rw-r--r-- | win/rfb_win32/Service.h | 3 |
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); |