summaryrefslogtreecommitdiff
path: root/pcre_byte_order.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_byte_order.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_byte_order.c')
-rw-r--r--pcre_byte_order.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_byte_order.c b/pcre_byte_order.c
index a3b2aba..09f8c4a 100644
--- a/pcre_byte_order.c
+++ b/pcre_byte_order.c
@@ -100,7 +100,7 @@ PCRE_EXP_DECL int pcre_pattern_to_host_byte_order(pcre *argument_re,
pcre_extra *extra_data, const unsigned char *tables)
#else
PCRE_EXP_DECL int pcre16_pattern_to_host_byte_order(pcre *argument_re,
- pcre_extra *extra_data, const unsigned char *tables)
+ pcre16_extra *extra_data, const unsigned char *tables)
#endif
{
real_pcre *re = (real_pcre *)argument_re;