summaryrefslogtreecommitdiffstats
path: root/src/polypcore/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/util.h')
-rw-r--r--src/polypcore/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/polypcore/util.h b/src/polypcore/util.h
index 14f763a3..af4e14c8 100644
--- a/src/polypcore/util.h
+++ b/src/polypcore/util.h
@@ -88,6 +88,7 @@ char *pa_hexstr(const uint8_t* d, size_t dlength, char *s, size_t slength);
size_t pa_parsehex(const char *p, uint8_t *d, size_t dlength);
int pa_startswith(const char *s, const char *pfx);
+int pa_endswith(const char *s, const char *sfx);
char *pa_runtime_path(const char *fn, char *s, size_t l);