summaryrefslogtreecommitdiff
path: root/include/wolf/service/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wolf/service/service.h')
-rw-r--r--include/wolf/service/service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wolf/service/service.h b/include/wolf/service/service.h
index f75b6af..1baa1b2 100644
--- a/include/wolf/service/service.h
+++ b/include/wolf/service/service.h
@@ -93,6 +93,8 @@ wolf_service_event_t wolf_service_events_suspend( int timeout, wolf_error_t *err
*/
void WINAPI wolf_service_main( DWORD argc, LPTSTR *argv );
+wolf_error_t wolf_service_start( LPTSTR service_name );
+
#ifdef __cplusplus
}
#endif