summaryrefslogtreecommitdiffstats
path: root/include/sway/ipc-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/ipc-server.h')
-rw-r--r--include/sway/ipc-server.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/ipc-server.h b/include/sway/ipc-server.h
index dd16a175..026b5554 100644
--- a/include/sway/ipc-server.h
+++ b/include/sway/ipc-server.h
@@ -9,8 +9,6 @@ struct sway_server;
9 9
10void ipc_init(struct sway_server *server); 10void ipc_init(struct sway_server *server);
11 11
12void ipc_terminate(void);
13
14struct sockaddr_un *ipc_user_sockaddr(void); 12struct sockaddr_un *ipc_user_sockaddr(void);
15 13
16void ipc_event_workspace(struct sway_container *old, 14void ipc_event_workspace(struct sway_container *old,