aboutsummaryrefslogtreecommitdiff
path: root/libpkgconf/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpkgconf/path.h')
-rw-r--r--libpkgconf/path.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libpkgconf/path.h b/libpkgconf/path.h
new file mode 100644
index 000000000000..cf760feff94f
--- /dev/null
+++ b/libpkgconf/path.h
@@ -0,0 +1,9 @@
+#ifndef LIBPKGCONF_PATH_H
+#define LIBPKGCONF_PATH_H
+
+#include <libpkgconf/libpkgconf.h>
+
+PKGCONF_API bool pkgconf_path_trim_basename(pkgconf_buffer_t *buf);
+PKGCONF_API const char *pkgconf_path_find_basename(const char *path);
+
+#endif