diff options
Diffstat (limited to 'src/or/ntmain.c')
-rw-r--r-- | src/or/ntmain.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/or/ntmain.c b/src/or/ntmain.c index b31ed869d6..89739ad1b5 100644 --- a/src/or/ntmain.c +++ b/src/or/ntmain.c @@ -3,6 +3,12 @@ * Copyright (c) 2007-2015, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * \file ntmain.c + * + * \brief Entry points for running/configuring Tor as Windows Service. + */ + #ifdef _WIN32 #include "or.h" |