summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util.h b/util.h
index df2f3f7966..a716d8a57e 100644
--- a/util.h
+++ b/util.h
@@ -196,6 +196,8 @@ int fd_cloexec(int fd, bool cloexec);
int close_all_fds(const int except[], unsigned n_except);
+bool fstype_is_network(const char *fstype);
+
extern char * __progname;
const char *ioprio_class_to_string(int i);