Add a missing function for windows

This commit is contained in:
Nick Mathewson 2018-09-14 15:02:11 -04:00
parent af39649aad
commit 035166e7bf

View File

@ -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) */