diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-10 17:42:00 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-10 18:00:33 +0200 |
commit | dad08730c43807c5b9f9aa3f164c31997e66eea3 (patch) | |
tree | a2fa0a12d88bb1918e76a96a6bfc64a609992213 /mount-setup.h | |
parent | 42856c1093c1644d31b83d7a131bfe4b061c5e4d (diff) |
mount-setup: introduce mount_point_is_api() call
Diffstat (limited to 'mount-setup.h')
-rw-r--r-- | mount-setup.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mount-setup.h b/mount-setup.h index df768de94f..bb13e0184e 100644 --- a/mount-setup.h +++ b/mount-setup.h @@ -22,6 +22,10 @@ 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 |