summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/core/constants.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-05-17 18:05:48 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-05-17 18:05:48 (GMT)
commitd110791309783e6e30df837a81cf8e14e1ac9641 (patch)
tree75e65909e080cc3ace578c7beb6f0bdae6dc18c1 /plugins/pychrysalide/core/constants.h
parentf3e136eab9fd6adcb51988c9f70ca7f35552abc4 (diff)
Updated the plugin system and its Python documentation.
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 38a8ebc..6ed6fbb 100644
--- a/plugins/pychrysalide/core/constants.h
+++ b/plugins/pychrysalide/core/constants.h
@@ -34,6 +34,9 @@
/* Définit les constantes pour les types de messages. */
bool define_core_logs_constants(PyObject *);
+/* Tente de convertir en constante LogMessageType. */
+int convert_to_log_message_type(PyObject *, void *);
+
#endif /* _PLUGINS_PYCHRYSALIDE_CORE_CONSTANTS_H */