freeimage.h

FITAG

#ifdef __cplusplus
#define FI_STRUCT(x)	struct x
#else
#define FI_STRUCT(x)	typedef struct x x; struct x
#endif

/**
  Handle to a FreeImage tag
*/
FI_STRUCT (FITAG) { void *data; };