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

version 1.1.1.2, 2012/02/21 23:50:25 version 1.1.1.3, 2013/07/22 08:25:57
Line 24  SYNOPSIS Line 24  SYNOPSIS
 <P>  <P>
 <b>void pcre16_free_study(pcre16_extra *<i>extra</i>);</b>  <b>void pcre16_free_study(pcre16_extra *<i>extra</i>);</b>
 </P>  </P>
   <P>
   <b>void pcre32_free_study(pcre32_extra *<i>extra</i>);</b>
   </P>
 <br><b>  <br><b>
 DESCRIPTION  DESCRIPTION
 </b><br>  </b><br>
 <P>  <P>
 This function is used to free the memory used for the data generated by a call  This function is used to free the memory used for the data generated by a call
to <b>pcre[16]_study()</b> when it is no longer needed. The argument must be theto <b>pcre[16|32]_study()</b> when it is no longer needed. The argument must be the
 result of such a call.  result of such a call.
 </P>  </P>
 <P>  <P>

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


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