summaryrefslogtreecommitdiff
path: root/plugins/yaml/collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/yaml/collection.h')
-rw-r--r--plugins/yaml/collection.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/yaml/collection.h b/plugins/yaml/collection.h
index 71a2b46..4d74d29 100644
--- a/plugins/yaml/collection.h
+++ b/plugins/yaml/collection.h
@@ -1,6 +1,6 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
- * collection.h - prototypes pour une collection de noeuds Yaml
+ * collection.h - prototypes pour une collection de noeuds Yaml de type "sequence" ou "mapping"
*
* Copyright (C) 2019 Cyrille Bagard
*
@@ -63,12 +63,6 @@ void g_yaml_collection_add_node(GYamlCollection *, GYamlNode *);
/* Fournit la liste des noeuds intégrés dans une collection. */
GYamlNode **g_yaml_collection_get_nodes(const GYamlCollection *, size_t *);
-/* Recherche les noeuds correspondant à un chemin. */
-void g_yaml_collection_find_by_path(const GYamlCollection *, const char *, GYamlNode ***, size_t *);
-
-/* Recherche les noeuds correspondant à un chemin. */
-void _g_yaml_collection_find_by_path(const GYamlCollection *, const char *, GYamlNode ***, size_t *);
-
#endif /* PLUGINS_YAML_COLLECTION_H */