summaryrefslogtreecommitdiffstats
path: root/TXRExtractor.h
blob: ede16e3b63d1f9a92b740388f6504390e102a44c (plain)
1
2
3
4
5
6
7
8
9
#ifndef TXREXTRACTOR_HEADER
#define TXREXTRACTOR_HEADER

typedef int(*archive_unpack_f)(FILE *, FILE *);

// function prototypes
int txre_detect_archive(archive_unpack_f *, FILE *, FILE *);

#endif