chiark / gitweb /
generators: rename add_{root,usr}_mount to add_{sysroot,sysroot_usr}_mount
[elogind.git] / src / shared / generator.h
index 0140aa943f65be100b69767dc6eb884e0f6fd004..6c3f38abbae517d19a8ea549672b34d518acbafd 100644 (file)
 
 #include <stdio.h>
 
-int generator_write_fsck_deps(FILE *f, const char *dest, const char *what, const char *where, const char *type);
+int generator_write_fsck_deps(
+        FILE *f,
+        const char *dir,
+        const char *what,
+        const char *where,
+        const char *type);
+
+int generator_write_timeouts(
+        const char *dir,
+        const char *what,
+        const char *where,
+        const char *opts,
+        char **filtered);