ntmain: make service_fns struct anonymous.

This commit is contained in:
Nick Mathewson 2019-11-07 08:45:08 -05:00
parent 4845ab53f0
commit 0644530df2

View File

@ -66,7 +66,7 @@ static int nt_service_cmd_stop(void);
/** Struct to hold dynamically loaded NT-service related function pointers. /** Struct to hold dynamically loaded NT-service related function pointers.
*/ */
struct service_fns { struct {
int loaded; int loaded;
/** @{ */ /** @{ */