summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/mar/mar-extract-only.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/mar/mar-extract-only.h')
-rw-r--r--mdk-stage1/mar/mar-extract-only.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/mar/mar-extract-only.h b/mdk-stage1/mar/mar-extract-only.h
index e8a88e96e..8a68cc13d 100644
--- a/mdk-stage1/mar/mar-extract-only.h
+++ b/mdk-stage1/mar/mar-extract-only.h
@@ -31,5 +31,6 @@
int mar_open_file(char *filename, struct mar_stream *s);
int mar_extract_file(struct mar_stream *s, char *filename, char *dest_dir);
int mar_calc_integrity(struct mar_stream *s);
+char ** mar_list_contents(struct mar_stream *s);
#endif