summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/arch/operands/targetable.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysalide/arch/operands/targetable.h')
-rw-r--r--plugins/pychrysalide/arch/operands/targetable.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/pychrysalide/arch/operands/targetable.h b/plugins/pychrysalide/arch/operands/targetable.h
index eaa05d2..26d13b9 100644
--- a/plugins/pychrysalide/arch/operands/targetable.h
+++ b/plugins/pychrysalide/arch/operands/targetable.h
@@ -37,6 +37,9 @@ PyTypeObject *get_python_targetable_operand_type(void);
/* Prend en charge l'objet 'pychrysalide.arch.TargetableOperand'. */
bool ensure_python_targetable_operand_is_registered(void);
+/* Tente de convertir en opérande ciblable. */
+int convert_to_targetable_operand(PyObject *, void *);
+
#endif /* _PLUGINS_PYCHRYSALIDE_ARCH_OPERANDS_TARGETABLE_H */