summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/arch/operand.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysalide/arch/operand.h')
-rw-r--r--plugins/pychrysalide/arch/operand.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/pychrysalide/arch/operand.h b/plugins/pychrysalide/arch/operand.h
index a718d8f..595a4fc 100644
--- a/plugins/pychrysalide/arch/operand.h
+++ b/plugins/pychrysalide/arch/operand.h
@@ -37,6 +37,9 @@ PyTypeObject *get_python_arch_operand_type(void);
/* Prend en charge l'objet 'pychrysalide.arch.ArchOperand'. */
bool ensure_python_arch_operand_is_registered(void);
+/* Tente de convertir en opérande d'architecture. */
+int convert_to_arch_operand(PyObject *, void *);
+
#endif /* _PLUGINS_PYCHRYSALIDE_ARCH_OPERAND_H */