about summary refs log tree commit diff stats
path: root/src/ipc_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipc_state.h')
-rw-r--r--src/ipc_state.h4
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
9class TrackerFrame; 9class TrackerFrame;
10 10
11void IPC_Start(TrackerFrame* tracker_frame); 11void IPC_SetTrackerFrame(TrackerFrame* tracker_frame);
12
13void IPC_Connect(std::string address);
12 14
13std::optional<std::string> IPC_GetStatusMessage(); 15std::optional<std::string> IPC_GetStatusMessage();
14 16