summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/arch/operands/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysalide/arch/operands/constants.h')
-rw-r--r--plugins/pychrysalide/arch/operands/constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/pychrysalide/arch/operands/constants.h b/plugins/pychrysalide/arch/operands/constants.h
index b7910c3..71a26cc 100644
--- a/plugins/pychrysalide/arch/operands/constants.h
+++ b/plugins/pychrysalide/arch/operands/constants.h
@@ -34,6 +34,9 @@
/* Définit les constantes relatives aux opérandes d'immédiats. */
bool define_imm_operand_constants(PyTypeObject *);
+/* Tente de convertir en constante ImmOperandDisplay. */
+int convert_to_imm_operand_display(PyObject *, void *);
+
#endif /* _PLUGINS_PYCHRYSALIDE_ARCH_OPERANDS_CONSTANTS_H */