Listen: remove C-style "void"

This commit is contained in:
Max Kellermann 2015-02-07 12:15:10 +00:00
parent b17b53955c
commit afcd5670e3
1 changed files with 2 additions and 1 deletions

View File

@ -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