]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
note another wishlist item for the arma
authorRoger Dingledine <arma@torproject.org>
Wed, 28 Feb 2007 20:49:09 +0000 (20:49 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 28 Feb 2007 20:49:09 +0000 (20:49 +0000)
svn:r9689

src/or/main.c

index b030fe2eb92e781885311f266b7b0f98dd7c5bdc..b19193e027b0a6fb21929ec9e9d623d300329b13 100644 (file)
@@ -1741,8 +1741,10 @@ do_hash_password(void)
 
 #ifdef MS_WINDOWS_SERVICE
 
-/* XXXX can some/all these functions become static? without breaing NT
- * services? */
+/* XXXX can some/all these functions become static? without breaking NT
+ * services? -NM */
+/* XXXX I'd also like to move much of the NT service stuff into its own
+ * file. -RD */
 void nt_service_control(DWORD request);
 void nt_service_body(int argc, char **argv);
 void nt_service_main(void);