diff options
Diffstat (limited to 'src/pulsecore/core-util.h')
-rw-r--r-- | src/pulsecore/core-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/core-util.h b/src/pulsecore/core-util.h index a593317d..88ed23fd 100644 --- a/src/pulsecore/core-util.h +++ b/src/pulsecore/core-util.h @@ -94,4 +94,6 @@ int pa_atou(const char *s, uint32_t *ret_u); int pa_snprintf(char *str, size_t size, const char *format, ...); +char *pa_truncate_utf8(char *c, size_t l); + #endif |