X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fmount-setup.h;h=150ec408d20f89ecc13b9b2ff656dd33c5cec886;hb=e025b4c306d4b0895786839ebbb934188edc6e61;hp=bb13e0184e865611c457da072d28d94f1baf4e76;hpb=e99e38bbdcca3fe5956823bdb3d38544ccf93221;p=elogind.git diff --git a/src/mount-setup.h b/src/mount-setup.h index bb13e0184..150ec408d 100644 --- a/src/mount-setup.h +++ b/src/mount-setup.h @@ -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