diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 7f25788b3f..e285ec77ff 100644 --- a/src/util.h +++ b/src/util.h @@ -520,4 +520,6 @@ unsigned long cap_last_cap(void); char *format_bytes(char *buf, size_t l, off_t t); +int fd_wait_for_event(int fd, int event); + #endif |