chiark / gitweb /
job: fix deserialization of jobs: do not ignore ordering
[elogind.git] / src / mount-setup.h
index bb13e0184e865611c457da072d28d94f1baf4e76..150ec408d20f89ecc13b9b2ff656dd33c5cec886 100644 (file)
@@ -1,4 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8 -*-*/
+/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
 #ifndef foomountsetuphfoo
 #define foomountsetuphfoo
@@ -27,5 +27,6 @@
 int mount_setup(void);
 
 bool mount_point_is_api(const char *path);
+bool mount_point_ignore(const char *path);
 
 #endif