chiark / gitweb /
swap: handle "nofail" from fstab
[elogind.git] / src / util.h
index a534dcfecc2e9ad98ffe73f03b1f79cb8b8965ad..3898b89ff1ba49b02c36a1e3d2e45faed36cc3a7 100644 (file)
@@ -375,6 +375,8 @@ const char *default_term_for_tty(const char *tty);
 
 bool running_in_vm(void);
 
+void execute_directory(const char *directory, DIR *_d, char *argv[]);
+
 #define NULSTR_FOREACH(i, l)                                    \
         for ((i) = (l); (i) && *(i); (i) = strchr((i), 0)+1)