diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ply-utils.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ply-utils.h b/src/ply-utils.h index 12f5cca..6a81a62 100644 --- a/src/ply-utils.h +++ b/src/ply-utils.h @@ -41,7 +41,10 @@ #ifndef PLY_HIDE_FUNCTION_DECLARATIONS bool ply_open_unidirectional_pipe (int *sender_fd, int *receiver_fd); -int ply_open_unix_socket (const char *path); +int ply_connect_to_unix_socket (const char *path, + bool is_abstract); +int ply_listen_to_unix_socket (const char *path, + bool is_abstract); bool ply_write (int fd, const void *buffer, |
