summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/analysis/db/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysalide/analysis/db/constants.h')
-rw-r--r--plugins/pychrysalide/analysis/db/constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/pychrysalide/analysis/db/constants.h b/plugins/pychrysalide/analysis/db/constants.h
index 5f0afeb..ea7a0c0 100644
--- a/plugins/pychrysalide/analysis/db/constants.h
+++ b/plugins/pychrysalide/analysis/db/constants.h
@@ -39,6 +39,9 @@ bool define_db_item_constants(PyTypeObject *);
/* Définit les constantes pour les serveurs de données. */
bool define_hub_server_constants(PyTypeObject *);
+/* Définit les constantes pour les indications de chargement. */
+bool define_loading_status_hint_constants(PyTypeObject *);
+
#endif /* _PLUGINS_PYCHRYSALIDE_ANALYSIS_DB_CONSTANTS_H */