mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
ntmain: make service_fns struct anonymous.
This commit is contained in:
parent
4845ab53f0
commit
0644530df2
@ -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;
|
||||
|
||||
/** @{ */
|
||||
|
Loading…
Reference in New Issue
Block a user