summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/core/constants.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-12-11 14:29:09 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-12-11 14:29:09 (GMT)
commit57e3511bbc5fce4eedfad7b57e775338b3eed56a (patch)
tree218201453a1ddd6b219c936dc83e33647377e443 /plugins/pychrysalide/core/constants.h
parent4e0a2b71a5937b7382dc14881672a13b84afddac (diff)
Updated the Python API to use properly handled constants.
Diffstat (limited to 'plugins/pychrysalide/core/constants.h')
-rw-r--r--plugins/pychrysalide/core/constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/pychrysalide/core/constants.h b/plugins/pychrysalide/core/constants.h
index 6ed6fbb..783af98 100644
--- a/plugins/pychrysalide/core/constants.h
+++ b/plugins/pychrysalide/core/constants.h
@@ -37,6 +37,9 @@ bool define_core_logs_constants(PyObject *);
/* Tente de convertir en constante LogMessageType. */
int convert_to_log_message_type(PyObject *, void *);
+/* Définit les constantes pour les désignations de paramètres. */
+bool define_core_params_constants(PyObject *);
+
#endif /* _PLUGINS_PYCHRYSALIDE_CORE_CONSTANTS_H */