mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Adjust windows stubs for new start/finish_daemon() return types
This commit is contained in:
@@ -157,13 +157,15 @@ finish_daemon(const char *desired_cwd)
|
||||
}
|
||||
#else /* !(!defined(_WIN32)) */
|
||||
/* defined(_WIN32) */
|
||||
void
|
||||
int
|
||||
start_daemon(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
void
|
||||
int
|
||||
finish_daemon(const char *cp)
|
||||
{
|
||||
(void)cp;
|
||||
return 0;
|
||||
}
|
||||
#endif /* !defined(_WIN32) */
|
||||
|
||||
Reference in New Issue
Block a user