eant_AnnotationInfoFree

Go Back

Summary:
  Free an Eant_AnnotationInfo structure.

Header File:
  eant.h

Library Name:
  elib

void    eant_AnnotationInfoFree  (
    Eant_AnnotationInfo**    antInfo,
  )
antInfo
    Specifies the input annotation information.

Description:
  Free an Eant_AnnotationInfo structure. The structures pointed to by the Eant_AnnotationInfo are freed first and the Eant_AnnotationInfo * is set to NULL.

Notes:
  None.

Return Description:
  This function is of type void.