summaryrefslogtreecommitdiffstats
path: root/src/img3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/img3.h')
-rw-r--r--src/img3.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/img3.h b/src/img3.h
index 5fddbfc..796a8e1 100644
--- a/src/img3.h
+++ b/src/img3.h
@@ -22,6 +22,10 @@
#ifndef IDEVICERESTORE_IMG3_H
#define IDEVICERESTORE_IMG3_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
typedef enum {
kNorContainer = 0x696D6733, // img3
kImg3Container = 0x496D6733, // Img3
@@ -86,4 +90,9 @@ img3_file* img3_parse_file(char* data, int size);
int img3_get_data(img3_file* image, char** pdata, int* psize);
int img3_replace_signature(img3_file* image, char* signature);
+
+#ifdef __cplusplus
+}s
+#endif
+
#endif