zeroconf/Glue: allow ZeroconfInit() to throw

This commit is contained in:
Max Kellermann
2021-02-24 14:14:04 +01:00
parent 06b9bdba2c
commit fe741bd767
2 changed files with 9 additions and 1 deletions

View File

@@ -27,6 +27,9 @@ class EventLoop;
#ifdef HAVE_ZEROCONF
/**
* Throws on error.
*/
void
ZeroconfInit(const ConfigData &config, EventLoop &loop);