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