Listen: remove C-style "void"
This commit is contained in:
parent
b17b53955c
commit
afcd5670e3
|
@ -29,6 +29,7 @@ extern int listen_port;
|
||||||
bool
|
bool
|
||||||
listen_global_init(EventLoop &loop, Partition &partition, Error &error);
|
listen_global_init(EventLoop &loop, Partition &partition, Error &error);
|
||||||
|
|
||||||
void listen_global_finish(void);
|
void
|
||||||
|
listen_global_finish();
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue