summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/arch/operands/targetable.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-05-28 23:29:24 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-05-28 23:29:32 (GMT)
commit5060f746a2ea51e14282b02bd374f9550c925827 (patch)
tree5cfd195d09568f13f919cbe060f8cf253eda4ed2 /plugins/pychrysalide/arch/operands/targetable.h
parentce174b991223c85afba55a24e7adc9c8156f7d48 (diff)
Updated the Python bindings for targetable operands.
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 */