Diff for /libwww/Library/src/HTAnchor.html between versions 2.51 and 2.52

version 2.51, 1997/02/16 18:41:55 version 2.52, 1997/12/16 21:09:04
Line 150  if OK, else NO. Line 150  if OK, else NO.
 <PRE>  <PRE>
 extern BOOL HTAnchor_deleteAll  (HTList * objects);  extern BOOL HTAnchor_deleteAll  (HTList * objects);
 </PRE>  </PRE>
   
   <H3>
     Flatten all anchors into Array
   </H3>
   
   Flattens the anchor web structure into an array.  This is useful for
   calculating statistics, sorting the parent anchors etc.<P>
   
   The caller can indicate the size of the array (total number of anchors
   if known - otherwise 0).<P>
   
   Return an array that must be freed by the caller or NULL if no
   anchors.<P>
   
   <PRE>
   extern HTArray * HTAnchor_getArray (int growby);
   </PRE>
   
 <H2>  <H2>
   <A NAME="links">Links and Anchors</A>    <A NAME="links">Links and Anchors</A>
 </H2>  </H2>

Removed from v.2.51  
changed lines
  Added in v.2.52


Webmaster