forked from external/yambar
module/i3: break out send_pkg()
This commit is contained in:
parent
76dc4f82cd
commit
92319714c7
3 changed files with 28 additions and 23 deletions
|
@ -7,3 +7,4 @@
|
|||
#include <sys/un.h>
|
||||
|
||||
bool i3_get_socket_address(struct sockaddr_un *addr);
|
||||
bool i3_send_pkg(int sock, int cmd, char *data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue