From 6169bd81aa405a4ef2632b6ceb26a7225118f7d9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 21 Feb 2006 23:34:50 +0000 Subject: add new utility function pa_endswith() git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@555 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/polypcore/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/polypcore/util.h') 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); -- cgit