summaryrefslogtreecommitdiff
path: root/plugins/yaml/python/collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/yaml/python/collection.h')
-rw-r--r--plugins/yaml/python/collection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/yaml/python/collection.h b/plugins/yaml/python/collection.h
index f06984f..24875d0 100644
--- a/plugins/yaml/python/collection.h
+++ b/plugins/yaml/python/collection.h
@@ -35,7 +35,7 @@
PyTypeObject *get_python_yaml_collection_type(void);
/* Prend en charge l'objet 'pychrysalide.plugins.yaml.YamlCollection'. */
-bool register_python_yaml_collection(PyObject *);
+bool ensure_python_yaml_collection_is_registered(void);
/* Tente de convertir en collection de noeuds de format YAML. */
int convert_to_yaml_collection(PyObject *, void *);