Commit afcd5670 authored by Max Kellermann's avatar Max Kellermann

Listen: remove C-style "void"

parent b17b5395
......@@ -29,6 +29,7 @@ extern int listen_port;
bool
listen_global_init(EventLoop &loop, Partition &partition, Error &error);
void listen_global_finish(void);
void
listen_global_finish();
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment