summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-26 17:55:35 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-26 17:55:35 +0100
commitc849b5c5f3ce467b94566757ae06704d910077ed (patch)
tree701358876e70dbbe1d6d08e59901ea24c535d033 /include
parent80026e950a8d9cdfd44fd26686739b27b71a169e (diff)
downloadwolfbones-c849b5c5f3ce467b94566757ae06704d910077ed.tar.gz
wolfbones-c849b5c5f3ce467b94566757ae06704d910077ed.tar.bz2
more cleanup around wolf_service_start and wolf_service_main
Diffstat (limited to 'include')
-rw-r--r--include/wolf/service/service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/wolf/service/service.h b/include/wolf/service/service.h
index 1baa1b2..3f09eb7 100644
--- a/include/wolf/service/service.h
+++ b/include/wolf/service/service.h
@@ -93,7 +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 );
+wolf_error_t wolf_service_start( LPTSTR service_name,
+ LPSERVICE_MAIN_FUNCTION service_main );
#ifdef __cplusplus
}