Diff for /embedaddon/pcre/doc/html/pcre_free_substring.html between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:05:52 version 1.1.1.2, 2012/02/21 23:50:25
Line 21  SYNOPSIS Line 21  SYNOPSIS
 <P>  <P>
 <b>void pcre_free_substring(const char *<i>stringptr</i>);</b>  <b>void pcre_free_substring(const char *<i>stringptr</i>);</b>
 </P>  </P>
   <P>
   <b>void pcre16_free_substring(PCRE_SPTR16 <i>stringptr</i>);</b>
   </P>
 <br><b>  <br><b>
 DESCRIPTION  DESCRIPTION
 </b><br>  </b><br>
 <P>  <P>
 This is a convenience function for freeing the store obtained by a previous  This is a convenience function for freeing the store obtained by a previous
call to <b>pcre_get_substring()</b> or <b>pcre_get_named_substring()</b>. Itscall to <b>pcre[16]_get_substring()</b> or <b>pcre[16]_get_named_substring()</b>.
only argument is a pointer to the string.Its only argument is a pointer to the string.
 </P>  </P>
 <P>  <P>
 There is a complete description of the PCRE native API in the  There is a complete description of the PCRE native API in the

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


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