diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ipc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ipc.h b/include/ipc.h index 25d2fc61..606c47ba 100644 --- a/include/ipc.h +++ b/include/ipc.h @@ -12,6 +12,7 @@ enum ipc_command_type { IPC_GET_VERSION = 7, }; -void init_ipc(void); +void ipc_init(void); +void ipc_shutdown(void); #endif |