eant_AntHeaderFree

Go Back

Summary:
  Free an Eant_AntHeader structure.

Header File:
  eant.h

Library Name:
  elib

void    eant_AntHeaderFree  (
    Eant_AntHeader**    antHead,
  )
antHead
    The data to be freed.

Description:
  Free an Eant_AntHeader structure. Except for the list pointers, the structures pointed to by the Eant_AntHeader are freed first and the Eant_AntHeader * is set to NULL.

Notes:
  None.

Return Description:
  This function is of type void.