View | Details | Raw Unified
Collapse All | Expand All

(-) libaudiofile/audiofile.h (-2 / +2 lines)
 Lines 45-52   typedef struct _AFfilesetup *AFfilesetup Link Here 
typedef struct _AFfilehandle *AFfilehandle;
typedef struct _AFfilehandle *AFfilehandle;
typedef void (*AFerrfunc)(long, const char *);
typedef void (*AFerrfunc)(long, const char *);
typedef off_t AFframecount;
typedef int64_t AFframecount;
typedef off_t AFfileoffset;
typedef int64_t AFfileoffset;
#define AF_NULL_FILESETUP	((struct _AFfilesetup *) 0)
#define AF_NULL_FILESETUP	((struct _AFfilesetup *) 0)
#define AF_NULL_FILEHANDLE	((struct _AFfilehandle *) 0)
#define AF_NULL_FILEHANDLE	((struct _AFfilehandle *) 0)