Diff for /embedaddon/pcre/doc/html/pcre_pattern_to_host_byte_order.html between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2013/07/22 08:25:57 version 1.1.1.3, 2014/06/15 19:46:05
Line 20  SYNOPSIS Line 20  SYNOPSIS
 </P>  </P>
 <P>  <P>
 <b>int pcre_pattern_to_host_byte_order(pcre *<i>code</i>,</b>  <b>int pcre_pattern_to_host_byte_order(pcre *<i>code</i>,</b>
<b>pcre_extra *<i>extra</i>, const unsigned char *<i>tables</i>);</b><b>     pcre_extra *<i>extra</i>, const unsigned char *<i>tables</i>);</b>
</P><br>
<P><br>
 <b>int pcre16_pattern_to_host_byte_order(pcre16 *<i>code</i>,</b>  <b>int pcre16_pattern_to_host_byte_order(pcre16 *<i>code</i>,</b>
<b>pcre16_extra *<i>extra</i>, const unsigned char *<i>tables</i>);</b><b>     pcre16_extra *<i>extra</i>, const unsigned char *<i>tables</i>);</b>
</P><br>
<P><br>
 <b>int pcre32_pattern_to_host_byte_order(pcre32 *<i>code</i>,</b>  <b>int pcre32_pattern_to_host_byte_order(pcre32 *<i>code</i>,</b>
<b>pcre32_extra *<i>extra</i>, const unsigned char *<i>tables</i>);</b><b>     pcre32_extra *<i>extra</i>, const unsigned char *<i>tables</i>);</b>
 </P>  </P>
 <br><b>  <br><b>
 DESCRIPTION  DESCRIPTION

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>