summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
index 9aceaef47f..c3d3aad7b9 100644
--- a/util.h
+++ b/util.h
@@ -61,6 +61,7 @@ bool endswith(const char *s, const char *postfix);
bool startswith(const char *s, const char *prefix);
int close_nointr(int fd);
+void close_nointr_nofail(int fd);
int parse_boolean(const char *v);