summaryrefslogtreecommitdiff
path: root/plugins/yaml/scalar.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/yaml/scalar.c')
-rw-r--r--plugins/yaml/scalar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/yaml/scalar.c b/plugins/yaml/scalar.c
index fe54be9..1dd5989 100644
--- a/plugins/yaml/scalar.c
+++ b/plugins/yaml/scalar.c
@@ -63,7 +63,7 @@ static void g_yaml_scalar_dispose(GYamlScalar *);
static void g_yaml_scalar_finalize(GYamlScalar *);
/* Recherche les noeuds correspondant à un chemin. */
-static void g_yaml_scalar_find_by_path(GYamlScalar *, const char *, bool, GYamlNode ***, size_t *);
+static void g_yaml_scalar_find_by_path(const GYamlScalar *, const char *, bool, GYamlNode ***, size_t *);
@@ -289,7 +289,7 @@ GYamlCollection *g_yaml_scalar_get_collection(const GYamlScalar *node)
* *
******************************************************************************/
-static void g_yaml_scalar_find_by_path(GYamlScalar *node, const char *path, bool prepare, GYamlNode ***nodes, size_t *count)
+static void g_yaml_scalar_find_by_path(const GYamlScalar *node, const char *path, bool prepare, GYamlNode ***nodes, size_t *count)
{
GYamlLine *line; /* Ligne Yaml liée au noeud */
const char *key; /* Clef associée au noeud */