summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/format/executable.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysalide/format/executable.h')
-rw-r--r--plugins/pychrysalide/format/executable.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/pychrysalide/format/executable.h b/plugins/pychrysalide/format/executable.h
index d2308e0..f94058d 100644
--- a/plugins/pychrysalide/format/executable.h
+++ b/plugins/pychrysalide/format/executable.h
@@ -43,6 +43,9 @@ PyTypeObject *get_python_executable_format_type(void);
/* Prend en charge l'objet 'pychrysalide.format.ExeFormat'. */
bool ensure_python_executable_format_is_registered(void);
+/* Tente de convertir en format exécutable. */
+int convert_to_executable_format(PyObject *, void *);
+
/* ---------------------------- TRADUCTION D'EMPLACEMENT ---------------------------- */