xref: /freebsd/contrib/pkgconf/libpkgconf/path.h (revision 592efe252472a3385acf36b1f49ecf710a7f3d9c)
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