summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/core/demanglers.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-12-28 17:25:45 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-12-28 17:25:45 (GMT)
commitdf8dba24f7b01a507acd03659c8d4d4868dea143 (patch)
tree8fc19fad6ae15a6e7a8827dd997c53d84dea9b23 /plugins/pychrysalide/core/demanglers.h
parent865f6d87f3bce7f569343382c3dfd1bc68dcacee (diff)
Refactored the core module of the Python API.
Diffstat (limited to 'plugins/pychrysalide/core/demanglers.h')
-rw-r--r--plugins/pychrysalide/core/demanglers.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/pychrysalide/core/demanglers.h b/plugins/pychrysalide/core/demanglers.h
index 5fc1cf0..75372ad 100644
--- a/plugins/pychrysalide/core/demanglers.h
+++ b/plugins/pychrysalide/core/demanglers.h
@@ -31,11 +31,8 @@
-/* Fournit un accès à une définition de type à diffuser. */
-PyTypeObject *get_python_demanglers_type(void);
-
-/* Prend en charge l'objet 'pychrysalide.core.demanglers'. */
-bool ensure_python_demanglers_is_registered(void);
+/* Définit une extension du module 'core' à compléter. */
+bool populate_core_module_with_demanglers(void);