summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2007-06-03 20:10:21 -0400
committerRay Strode <rstrode@redhat.com>2007-06-03 20:10:21 -0400
commita6f81dcdf95c6be75d2bc4657d23ebb9272e3a2d (patch)
tree06a0ae05a6591d87a36ef636dc345f884b0427cb /src
parentf8b5c8157ef9aadd821773e8a6eb5114af561cfe (diff)
downloadplymouth-a6f81dcdf95c6be75d2bc4657d23ebb9272e3a2d.tar.gz
plymouth-a6f81dcdf95c6be75d2bc4657d23ebb9272e3a2d.tar.xz
plymouth-a6f81dcdf95c6be75d2bc4657d23ebb9272e3a2d.zip
commit header file changes for previous ply-utils commit
Diffstat (limited to 'src')
-rw-r--r--src/ply-utils.h5
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,