X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=mount-setup.h;h=bb13e0184e865611c457da072d28d94f1baf4e76;hb=136337ff74f05be3d42a769d9f0cb99716c5c40f;hp=df768de94f8313f6e66202746258c8d2fc6ba456;hpb=8e27452380193a5f81bfd08a59aab8b07008ba0b;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