]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
commit header file changes for previous ply-utils commit
authorRay Strode <rstrode@redhat.com>
Mon, 4 Jun 2007 00:10:21 +0000 (20:10 -0400)
committerRay Strode <rstrode@redhat.com>
Mon, 4 Jun 2007 00:10:21 +0000 (20:10 -0400)
src/ply-utils.h

index 12f5cca84ab469534b3f0e90126e9cc5e4813c2e..6a81a62feb9c54c4d66aa5d0928d290159a4f214 100644 (file)
 #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,