commit 0644530df2bddf083d355d0b22e6bdc63e61bde1
parent 4845ab53f06c2886bd619f5e35a07d18b879f5ff
Author: Nick Mathewson <nickm@torproject.org>
Date: Thu, 7 Nov 2019 08:45:08 -0500
ntmain: make service_fns struct anonymous.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/main/ntmain.c b/src/app/main/ntmain.c
@@ -66,7 +66,7 @@ static int nt_service_cmd_stop(void);
/** Struct to hold dynamically loaded NT-service related function pointers.
*/
-struct service_fns {
+struct {
int loaded;
/** @{ */