X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=util.h;h=a716d8a57eaa4e69d720d95afd276b856d2b81b8;hp=df2f3f79663b9396bee47313f19f3975b482d5e6;hb=b778d55514dd5ebee86c41be1193c813f9d23f29;hpb=8b6c71206d32b11683e5e7cebc9acb467ba01b38 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);