eant_CallbackFree

Go Back

Summary:
  Free an Eant_Callback structure.

Header File:
  eant.h

Library Name:
  elib

void    eant_CallbackFree  (
    Eant_Callback**    callback,
  )
callback
    The data to be freed.

Description:
  Free an Eant_Callback list. The data pointed to by the Eant_Callback's are NOT freed. The Eant_Callback * is set to NULL.

Notes:
  None.

Return Description:
  This function is of type void.