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