#include <dxcut/dex.h>
Go to the source code of this file.
Classes | |
struct | DexHandler |
Functions | |
void | dxc_free_handler (DexHandler *handler) |
Frees all data associated with this handler. Does not attempt to free the passed pointer. | |
int | dxc_is_sentinel_handler (DexHandler *handler) |
Returns true if this handler marks the end of a handler list. | |
void | dxc_make_sentinel_handler (DexHandler *handler) |
Marks the passed handler as the end of a list. |