1*592efe25SPierre Pronchery #ifndef LIBPKGCONF_PATH_H 2*592efe25SPierre Pronchery #define LIBPKGCONF_PATH_H 3*592efe25SPierre Pronchery 4*592efe25SPierre Pronchery #include <libpkgconf/libpkgconf.h> 5*592efe25SPierre Pronchery 6*592efe25SPierre Pronchery PKGCONF_API bool pkgconf_path_trim_basename(pkgconf_buffer_t *buf); 7*592efe25SPierre Pronchery PKGCONF_API const char *pkgconf_path_find_basename(const char *path); 8*592efe25SPierre Pronchery 9*592efe25SPierre Pronchery #endif 10