diff options
Diffstat (limited to 'src/or/ntmain.c')
-rw-r--r-- | src/or/ntmain.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/ntmain.c b/src/or/ntmain.c index 97c9a4299b..06d0af4e00 100644 --- a/src/or/ntmain.c +++ b/src/or/ntmain.c @@ -45,6 +45,8 @@ static int nt_service_remove(void); static int nt_service_cmd_start(void); static int nt_service_cmd_stop(void); +/** Struct to hold dynamically loaded NT-service related function pointers. + */ struct service_fns { int loaded; |