diff options
Diffstat (limited to 'fs/fd.h')
| -rw-r--r-- | fs/fd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,5 +38,6 @@ bool fd_close(fd*); fd fd_from_fifo(fifo* f); fd fd_from_path(char *path); fd fd_from_sysfs(void(*g)(ringbuffer *r,void (*f)(ringbuffer *r,char *fmt, ...)),void(*h)(uint32_t in)); +int fds_from_pipe(fd pipefds[2]); #endif |
