summary refs log tree commit diff stats
path: root/qga/service-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'qga/service-win32.h')
-rw-r--r--qga/service-win32.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qga/service-win32.h b/qga/service-win32.h
index 99dfc53348..3b9e87024b 100644
--- a/qga/service-win32.h
+++ b/qga/service-win32.h
@@ -24,7 +24,8 @@ typedef struct GAService {
     SERVICE_STATUS_HANDLE status_handle;
 } GAService;
 
-int ga_install_service(const char *path, const char *logfile);
+int ga_install_service(const char *path, const char *logfile,
+                       const char *state_dir);
 int ga_uninstall_service(void);
 
 #endif