chiark / gitweb /
journal: beef up journal output of systemctl and journalctl
[elogind.git] / src / util.h
index 7f25788b3f9af2d22f2e1c8f10bd1dff0fd7ff09..e285ec77ff24d2f83c741b588adc0026b0987fac 100644 (file)
@@ -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