X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=mount-setup.h;fp=mount-setup.h;h=bb13e0184e865611c457da072d28d94f1baf4e76;hb=dad08730c43807c5b9f9aa3f164c31997e66eea3;hp=df768de94f8313f6e66202746258c8d2fc6ba456;hpb=42856c1093c1644d31b83d7a131bfe4b061c5e4d;p=elogind.git diff --git a/mount-setup.h b/mount-setup.h index df768de94..bb13e0184 100644 --- a/mount-setup.h +++ b/mount-setup.h @@ -22,6 +22,10 @@ along with systemd; If not, see . ***/ +#include + int mount_setup(void); +bool mount_point_is_api(const char *path); + #endif