Changeset 133 for trunk

Show
Ignore:
Timestamp:
03/21/07 19:18:05 (22 months ago)
Author:
dragorn
Message:

Minor doc update to header

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lorcon_packasm.h

    r124 r133  
    149149 * No element of the list (including in_head) will be valid and all external 
    150150 * reference to them must be treated as freed memory. 
     151 * 
     152 * For a list to be re-used after lcpa_free(), it must be initialized anew with 
     153 * lcpa_init(). 
    151154 */ 
    152155void lcpa_free(struct lcpa_metapack *in_head);