diff options
Diffstat (limited to 'prism/util/pm_memchr.h')
-rw-r--r-- | prism/util/pm_memchr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prism/util/pm_memchr.h b/prism/util/pm_memchr.h index fd5879a201..e0671eaed3 100644 --- a/prism/util/pm_memchr.h +++ b/prism/util/pm_memchr.h @@ -24,6 +24,6 @@ * @return A pointer to the first occurrence of the character in the source * string, or NULL if no such character exists. */ -void * pm_memchr(const void *source, int character, size_t number, bool encoding_changed, pm_encoding_t *encoding); +void * pm_memchr(const void *source, int character, size_t number, bool encoding_changed, const pm_encoding_t *encoding); #endif |