summaryrefslogtreecommitdiff
path: root/src/libudev/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libudev/util.h')
-rw-r--r--src/libudev/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libudev/util.h b/src/libudev/util.h
index a950f2658f..332dfb6207 100644
--- a/src/libudev/util.h
+++ b/src/libudev/util.h
@@ -124,6 +124,8 @@ static inline const char *startswith(const char *s, const char *prefix) {
char *endswith(const char *s, const char *postfix) _pure_;
int close_nointr(int fd);
+int safe_close(int fd);
+
void close_nointr_nofail(int fd);
int safe_atou(const char *s, unsigned *ret_u);