summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/analysis/db/constants.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2022-02-21 06:54:10 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2022-02-21 06:54:10 (GMT)
commit8bf77ba6e5ef40d8bb936dc952ac2c8cc30aab3e (patch)
tree934661f2f30e0b8d23793f52084c736052e85f7c /plugins/pychrysalide/analysis/db/constants.h
parent8ce244d136b32b43d8553866747c68b503b2d10a (diff)
Make the server drive the network exchanges.
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 */