From 536d60c4c0c66285a9cd231e4e7b346ee30a339c Mon Sep 17 00:00:00 2001 From: ph10 Date: Thu, 1 Aug 2019 16:49:09 +0000 Subject: Documentation update and ensure current pcre2.h.generic. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1153 6239d852-aaf2-0410-a92c-79f79f948069 --- doc/pcre2.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/pcre2.txt') diff --git a/doc/pcre2.txt b/doc/pcre2.txt index c4b342b..e3eb3f4 100644 --- a/doc/pcre2.txt +++ b/doc/pcre2.txt @@ -400,7 +400,7 @@ PCRE2 NATIVE API AUXILIARY FUNCTIONS int pcre2_get_error_message(int errorcode, PCRE2_UCHAR *buffer, PCRE2_SIZE bufflen); - const unsigned char *pcre2_maketables(pcre2_general_context *gcontext); + const uint8_t *pcre2_maketables(pcre2_general_context *gcontext); int pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where); @@ -3706,7 +3706,7 @@ AUTHOR REVISION - Last updated: 28 July 2019 + Last updated: 01 August 2019 Copyright (c) 1997-2019 University of Cambridge. ------------------------------------------------------------------------------ -- cgit v1.2.1