fix -Wstrict-prototypes warning
This commit is contained in:
@@ -8,7 +8,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
void
|
void
|
||||||
ipc_init_default();
|
ipc_init_default(void);
|
||||||
|
|
||||||
void
|
void
|
||||||
ipc_init(const char* name, unsigned int mode);
|
ipc_init(const char* name, unsigned int mode);
|
||||||
|
|||||||
Reference in New Issue
Block a user