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