From f998705c5a0e50021875a811537962083b73ed26 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Sun, 29 Oct 2023 18:34:27 +1300 Subject: feat: Pretty much done IPC Still need to add a program that uses the IPC, this potentially requires restructuring the files --- IPC.h | 1 + 1 file changed, 1 insertion(+) (limited to 'IPC.h') diff --git a/IPC.h b/IPC.h index 9e497de..89e67e5 100644 --- a/IPC.h +++ b/IPC.h @@ -11,6 +11,7 @@ class IPCModule { public: IPCModule(CommandsModule& commandsModule, Config& cfg, Globals& globals); + void init(); void doListen(); void quitIPC(); int getFD(); -- cgit v1.2.3