From: Ray Strode Date: Mon, 4 Jun 2007 00:10:21 +0000 (-0400) Subject: commit header file changes for previous ply-utils commit X-Git-Tag: 0.1.0~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6f81dcdf95c6be75d2bc4657d23ebb9272e3a2d;p=thirdparty%2Fplymouth.git commit header file changes for previous ply-utils commit --- diff --git a/src/ply-utils.h b/src/ply-utils.h index 12f5cca8..6a81a62f 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,