aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
authorCarl Smedstad <carl.smedstad@protonmail.com>2022-11-07 00:45:00 +0100
committerSimon Ser <contact@emersion.fr>2023-01-03 21:50:56 +0100
commite3257e646ce72a3f26cc5ca67f07389e497c816b (patch)
tree550d7d41f50fb419948b681a2ebe2ab9f53b77d0 /sway
parent9e15e2fd4f2ab9c49e123daada662cd5e6098b81 (diff)
Remove duplicate declarations
Diffstat (limited to 'sway')
-rw-r--r--sway/ipc-server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/ipc-server.c b/sway/ipc-server.c
index 00b01d7d..fddd8fab 100644
--- a/sway/ipc-server.c
+++ b/sway/ipc-server.c
@@ -56,7 +56,6 @@ struct ipc_client {
enum ipc_command_type pending_type;
};
-struct sockaddr_un *ipc_user_sockaddr(void);
int ipc_handle_connection(int fd, uint32_t mask, void *data);
int ipc_client_handle_readable(int client_fd, uint32_t mask, void *data);
int ipc_client_handle_writable(int client_fd, uint32_t mask, void *data);