mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Add a missing function for windows
This commit is contained in:
parent
af39649aad
commit
035166e7bf
@ -178,4 +178,10 @@ finish_daemon(const char *cp)
|
||||
(void)cp;
|
||||
return 0;
|
||||
}
|
||||
bool
|
||||
start_daemon_has_been_called(void)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif /* !defined(_WIN32) */
|
||||
|
Loading…
Reference in New Issue
Block a user