summaryrefslogtreecommitdiff
path: root/doc/html
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 /doc/html
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 'doc/html')
-rw-r--r--doc/html/pcre2_maketables.html2
-rw-r--r--doc/html/pcre2_set_character_tables.html2
-rw-r--r--doc/html/pcre2api.html6
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/pcre2_maketables.html b/doc/html/pcre2_maketables.html
index 6d240e3..1963654 100644
--- a/doc/html/pcre2_maketables.html
+++ b/doc/html/pcre2_maketables.html
@@ -19,7 +19,7 @@ SYNOPSIS
<b>#include &#60;pcre2.h&#62;</b>
</P>
<P>
-<b>const unsigned char *pcre2_maketables(pcre2_general_context *<i>gcontext</i>);</b>
+<b>const uint8_t *pcre2_maketables(pcre2_general_context *<i>gcontext</i>);</b>
</P>
<br><b>
DESCRIPTION
diff --git a/doc/html/pcre2_set_character_tables.html b/doc/html/pcre2_set_character_tables.html
index 5a1bd20..43c02ff 100644
--- a/doc/html/pcre2_set_character_tables.html
+++ b/doc/html/pcre2_set_character_tables.html
@@ -20,7 +20,7 @@ SYNOPSIS
</P>
<P>
<b>int pcre2_set_character_tables(pcre2_compile_context *<i>ccontext</i>,</b>
-<b> const unsigned char *<i>tables</i>);</b>
+<b> const uint8_t *<i>tables</i>);</b>
</P>
<br><b>
DESCRIPTION
diff --git a/doc/html/pcre2api.html b/doc/html/pcre2api.html
index 64eb4ed..16ec15d 100644
--- a/doc/html/pcre2api.html
+++ b/doc/html/pcre2api.html
@@ -142,7 +142,7 @@ document for an overview of all the PCRE2 documentation.
<br>
<br>
<b>int pcre2_set_character_tables(pcre2_compile_context *<i>ccontext</i>,</b>
-<b> const unsigned char *<i>tables</i>);</b>
+<b> const uint8_t *<i>tables</i>);</b>
<br>
<br>
<b>int pcre2_set_compile_extra_options(pcre2_compile_context *<i>ccontext</i>,</b>
@@ -791,7 +791,7 @@ interpreted matching functions, <i>pcre2_match()</i> and
<br>
<br>
<b>int pcre2_set_character_tables(pcre2_compile_context *<i>ccontext</i>,</b>
-<b> const unsigned char *<i>tables</i>);</b>
+<b> const uint8_t *<i>tables</i>);</b>
<br>
<br>
The value must be the result of a call to <i>pcre2_maketables()</i>, whose only
@@ -3851,7 +3851,7 @@ Cambridge, England.
</P>
<br><a name="SEC42" href="#TOC1">REVISION</a><br>
<P>
-Last updated: 22 July 2019
+Last updated: 28 July 2019
<br>
Copyright &copy; 1997-2019 University of Cambridge.
<br>