summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/core/constants.h
diff options
context:
space:
mode:
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 */