summaryrefslogtreecommitdiff
path: root/plugins/pychrysa/format/dex/dex.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysa/format/dex/dex.h')
-rw-r--r--plugins/pychrysa/format/dex/dex.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/pychrysa/format/dex/dex.h b/plugins/pychrysa/format/dex/dex.h
index 9a4c481..9d524bb 100644
--- a/plugins/pychrysa/format/dex/dex.h
+++ b/plugins/pychrysa/format/dex/dex.h
@@ -31,8 +31,11 @@
+/* Fournit un accès à une définition de type à diffuser. */
+PyTypeObject *get_python_dex_format_type(void);
+
/* Prend en charge l'objet 'pychrysalide.format.dex.DexFormat'. */
-bool register_python_dex_format(PyObject *module);
+bool register_python_dex_format(PyObject *);