aboutsummaryrefslogtreecommitdiffstats
path: root/include/swaybar/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swaybar/ipc.h')
-rw-r--r--include/swaybar/ipc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/swaybar/ipc.h b/include/swaybar/ipc.h
index 57a1b925..7f71a506 100644
--- a/include/swaybar/ipc.h
+++ b/include/swaybar/ipc.h
@@ -2,8 +2,7 @@
2#define _SWAYBAR_IPC_H 2#define _SWAYBAR_IPC_H
3#include "swaybar/bar.h" 3#include "swaybar/bar.h"
4 4
5void ipc_bar_init(struct swaybar *bar, const char *bar_id); 5void ipc_get_config(struct swaybar *bar, const char *bar_id);
6bool handle_ipc_event(struct swaybar *bar); 6void handle_ipc_event(struct swaybar *bar);
7void ipc_send_workspace_command(const char *workspace_name);
8 7
9#endif 8#endif