chiark / gitweb /
automount: implement automount unit type
[elogind.git] / mount-setup.h
index df768de94f8313f6e66202746258c8d2fc6ba456..bb13e0184e865611c457da072d28d94f1baf4e76 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <stdbool.h>
+
 int mount_setup(void);
 
+bool mount_point_is_api(const char *path);
+
 #endif