From: Roger Dingledine Date: Wed, 28 Feb 2007 20:49:09 +0000 (+0000) Subject: note another wishlist item for the arma X-Git-Tag: tor-0.1.2.9-rc~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9fd669c3391f1b853f44a80a2aac6ea4e931dc2c;p=thirdparty%2Ftor.git note another wishlist item for the arma svn:r9689 --- diff --git a/src/or/main.c b/src/or/main.c index b030fe2eb9..b19193e027 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -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);