mountpoint.h revision 9446c7a5d400cba60d097c528bd08312552438e3
8cb72c59d5ea4e9e5f638d7ec840bb853f5a188eTimo Sirainen/* Returns 1 = found, 0 = not found (from mount tabs, or the path itself),
8cb72c59d5ea4e9e5f638d7ec840bb853f5a188eTimo Sirainen -1 = error */
8cb72c59d5ea4e9e5f638d7ec840bb853f5a188eTimo Sirainenint mountpoint_get(const char *path, pool_t pool, struct mountpoint *point_r);