X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=util.h;fp=util.h;h=a716d8a57eaa4e69d720d95afd276b856d2b81b8;hb=42856c1093c1644d31b83d7a131bfe4b061c5e4d;hp=df2f3f79663b9396bee47313f19f3975b482d5e6;hpb=1adf1049dc9def8d8df405bab7f5ae08e1e9573d;p=elogind.git diff --git a/util.h b/util.h index df2f3f796..a716d8a57 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);