summaryrefslogtreecommitdiff
path: root/include/app_sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/app_sock.h')
-rw-r--r--include/app_sock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/app_sock.h b/include/app_sock.h
index f6129c6b..7b70ac1e 100644
--- a/include/app_sock.h
+++ b/include/app_sock.h
@@ -90,5 +90,6 @@ app_pkt_t *__app_recv_raw(int fd, int *clifd, struct ucred *cr);
app_pkt_t *__app_send_cmd_with_result(int pid, int cmd, unsigned char *kb_data, int datalen);
int __create_agent_client_sock(int uid);
int __create_server_sock_by_path(char *path);
+int __create_sock_activation(void);
#endif