mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 18:58:01 +02:00
commit header file changes for previous ply-utils commit
This commit is contained in:
parent
f8b5c8157e
commit
a6f81dcdf9
1 changed files with 4 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue