aboutsummaryrefslogtreecommitdiff
path: root/src/or/ntmain.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-05 21:39:44 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-05 21:39:44 +0000
commit92aaf68d199f66e414bc57e428b6a2533687f68a (patch)
treecb1328c2ed11cb71eb632be0666b95b6b71b3099 /src/or/ntmain.c
parentc11c48fc783305fbb3a1b446b35dc3d9602d4bbe (diff)
downloadtor-92aaf68d199f66e414bc57e428b6a2533687f68a.tar
tor-92aaf68d199f66e414bc57e428b6a2533687f68a.tar.gz
r17914@catbus: nickm | 2008-02-05 16:12:16 -0500
Remove or downgrade some XXX020 items. svn:r13388
Diffstat (limited to 'src/or/ntmain.c')
-rw-r--r--src/or/ntmain.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/or/ntmain.c b/src/or/ntmain.c
index c312bbe72..e786e5bdd 100644
--- a/src/or/ntmain.c
+++ b/src/or/ntmain.c
@@ -25,8 +25,10 @@ const char ntmain_c_id[] =
static SERVICE_STATUS service_status;
static SERVICE_STATUS_HANDLE hStatus;
-/* XXXX020 This 'backup argv' and 'backup argc' business is an ugly hack. This
- * is a job for arguments, not globals. */
+/* XXXX This 'backup argv' and 'backup argc' business is an ugly hack. This
+ * is a job for arguments, not globals. Alas, some of the functions that
+ * use them use them need to have fixed signatures, so they can be passed
+ * to the NT service functions. */
static char **backup_argv;
static int backup_argc;
static char* nt_strerror(uint32_t errnum);