summaryrefslogtreecommitdiff
path: root/plugins/readdex/header.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/readdex/header.h')
-rw-r--r--plugins/readdex/header.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/readdex/header.h b/plugins/readdex/header.h
index 0d147f7..17c6ccd 100644
--- a/plugins/readdex/header.h
+++ b/plugins/readdex/header.h
@@ -25,12 +25,13 @@
#define _PLUGINS_READDEX_HEADER_H
+#include <format/preload.h>
#include <format/dex/dex.h>
/* Charge tous les symboles de l'en-tĂȘte DEX. */
-bool annotate_dex_header(GDexFormat *);
+bool annotate_dex_header(GDexFormat *, GPreloadInfo *);