Listen: remove C-style "void"
This commit is contained in:
parent
b17b53955c
commit
afcd5670e3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue