summaryrefslogtreecommitdiff
path: root/plugins/yaml/python/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/yaml/python/node.h')
-rw-r--r--plugins/yaml/python/node.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/yaml/python/node.h b/plugins/yaml/python/node.h
index dc3686b..80d8a65 100644
--- a/plugins/yaml/python/node.h
+++ b/plugins/yaml/python/node.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* node.h - prototypes pour l'équivalent Python du fichier "plugins/yaml/node.h"
*
- * Copyright (C) 2019 Cyrille Bagard
+ * Copyright (C) 2019-2023 Cyrille Bagard
*
* This file is part of Chrysalide.
*
@@ -35,9 +35,9 @@
PyTypeObject *get_python_yaml_node_type(void);
/* Prend en charge l'objet 'pychrysalide.plugins.yaml.YamlNode'. */
-bool register_python_yaml_node(PyObject *);
+bool ensure_python_yaml_node_is_registered(void);
-/* Tente de convertir en noeud d'arborescence de format Yaml. */
+/* Tente de convertir en noeud d'arborescence de format YAML. */
int convert_to_yaml_node(PyObject *, void *);