summaryrefslogtreecommitdiff
path: root/pcre_fullinfo.c
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-04 17:29:11 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-04 17:29:11 +0000
commit9e2521280c0e8bb61c08b7afd68cc7c215e8aaa4 (patch)
tree07ed1ab755368b7e75f7ba5c1e1bee5b00d35760 /pcre_fullinfo.c
parent7168a105bea22be196dc072400e99e3bfb642c5d (diff)
downloadpcre-9e2521280c0e8bb61c08b7afd68cc7c215e8aaa4.tar.gz
add pcre16_callout_block and pcre16_extra
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@850 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_fullinfo.c')
-rw-r--r--pcre_fullinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_fullinfo.c b/pcre_fullinfo.c
index 481a2c0..22ec227 100644
--- a/pcre_fullinfo.c
+++ b/pcre_fullinfo.c
@@ -71,7 +71,7 @@ pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, int what,
void *where)
#else
PCRE_EXP_DEFN int PCRE_CALL_CONVENTION
-pcre16_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, int what,
+pcre16_fullinfo(const pcre *argument_re, const pcre16_extra *extra_data, int what,
void *where)
#endif
{