summaryrefslogtreecommitdiff
path: root/src/pcre2.h.in
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-28 15:58:24 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-28 15:58:24 +0000
commit0b0b2503f263550eece2de163824b4f9a7d95e20 (patch)
treeae29573cc2c62072de7f29cb65bc82847a1b0994 /src/pcre2.h.in
parenta0ec5a230a71ab8d870190c6153dc540d0885f67 (diff)
downloadpcre2-0b0b2503f263550eece2de163824b4f9a7d95e20.tar.gz
Correct tables argument data type for pcre2_set_character_tables() and fix
documentation for pcre2_maketables(). git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1146 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2.h.in')
-rw-r--r--src/pcre2.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcre2.h.in b/src/pcre2.h.in
index 1c48ae5..1208d32 100644
--- a/src/pcre2.h.in
+++ b/src/pcre2.h.in
@@ -584,7 +584,7 @@ PCRE2_EXP_DECL void PCRE2_CALL_CONVENTION \
PCRE2_EXP_DECL int PCRE2_CALL_CONVENTION \
pcre2_set_bsr(pcre2_compile_context *, uint32_t); \
PCRE2_EXP_DECL int PCRE2_CALL_CONVENTION \
- pcre2_set_character_tables(pcre2_compile_context *, const unsigned char *); \
+ pcre2_set_character_tables(pcre2_compile_context *, const uint8_t *); \
PCRE2_EXP_DECL int PCRE2_CALL_CONVENTION \
pcre2_set_compile_extra_options(pcre2_compile_context *, uint32_t); \
PCRE2_EXP_DECL int PCRE2_CALL_CONVENTION \