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