X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Futil.h;h=b5f44b8a1fbb5ecbccad7db3c45ef2e1678cb09d;hp=29e85bb7e14fb7a2dcb56d520b2173fedcd8764a;hb=b0438462089d1e1460429a57718305de08985908;hpb=5b9fbd354eddd80051de3cd17510d6be60274931 diff --git a/src/shared/util.h b/src/shared/util.h index 29e85bb7e..b5f44b8a1 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -409,6 +409,7 @@ int fd_cloexec(int fd, bool cloexec); int close_all_fds(const int except[], unsigned n_except); bool fstype_is_network(const char *fstype); +bool fstype_is_deviceless(const char *fstype); int chvt(int vt);