diff options
-rw-r--r-- | src/or/ntmain.c | 1 | ||||
-rw-r--r-- | src/or/or.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/or/ntmain.c b/src/or/ntmain.c index b27a73fcef..e460582e1f 100644 --- a/src/or/ntmain.c +++ b/src/or/ntmain.c @@ -762,4 +762,3 @@ nt_service_parse_options(int argc, char **argv, int *should_exit) return 0; } - diff --git a/src/or/or.h b/src/or/or.h index 9d625d3df9..c1d879bbe7 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3025,6 +3025,7 @@ void do_hash_password(void); int tor_init(int argc, char **argv); #endif +/********************************* ntmain.c ***************************/ #ifdef MS_WINDOWS #define NT_SERVICE #endif |