diff options
Diffstat (limited to 'src/ipc_state.h')
-rw-r--r-- | src/ipc_state.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ipc_state.h b/src/ipc_state.h index a6bdc36..84f3d29 100644 --- a/src/ipc_state.h +++ b/src/ipc_state.h | |||
@@ -8,7 +8,9 @@ | |||
8 | 8 | ||
9 | class TrackerFrame; | 9 | class TrackerFrame; |
10 | 10 | ||
11 | void IPC_Start(TrackerFrame* tracker_frame); | 11 | void IPC_SetTrackerFrame(TrackerFrame* tracker_frame); |
12 | |||
13 | void IPC_Connect(std::string address); | ||
12 | 14 | ||
13 | std::optional<std::string> IPC_GetStatusMessage(); | 15 | std::optional<std::string> IPC_GetStatusMessage(); |
14 | 16 | ||