fix -Wstrict-prototypes warning

This commit is contained in:
2026-04-11 21:28:27 +08:00
parent db9edc5b2d
commit acf66cdf7d

View File

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