summaryrefslogtreecommitdiffstats
path: root/TXRExtractor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TXRExtractor.h')
-rw-r--r--TXRExtractor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TXRExtractor.h b/TXRExtractor.h
index 67c0a80..ede16e3 100644
--- a/TXRExtractor.h
+++ b/TXRExtractor.h
@@ -1,7 +1,9 @@
#ifndef TXREXTRACTOR_HEADER
#define TXREXTRACTOR_HEADER
-// function prototypes
+typedef int(*archive_unpack_f)(FILE *, FILE *);
+// function prototypes
+int txre_detect_archive(archive_unpack_f *, FILE *, FILE *);
#endif