Signed-off-by: max_10 <max_10@gmx.de>
This commit is contained in:
samsamsam
2018-04-15 16:03:16 +02:00
committed by Thilo Graf
parent 0783d816b0
commit 55ced53561
3 changed files with 15 additions and 13 deletions

View File

@@ -92,5 +92,5 @@ ssize_t write_with_retry(int fd, const void *buf, int size);
ssize_t writev_with_retry(int fd, const struct iovec *iov, int ic);
ssize_t WriteWithRetry(Context_t *context, int pipefd, int fd, const void *buf, int size);
void FlusPipe(int pipefd);
void FlushPipe(int pipefd);
#endif