diff options
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 |