From 12b7ebd7b9f39010a6d93d56f2b3629d73c985a0 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Sun, 3 Nov 2013 10:43:56 +0000 Subject: Merge upstream libcroco 0.6.3 changes (bzr r12765) --- src/libcroco/cr-utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libcroco/cr-utils.h') diff --git a/src/libcroco/cr-utils.h b/src/libcroco/cr-utils.h index 060842aef..3959b1037 100644 --- a/src/libcroco/cr-utils.h +++ b/src/libcroco/cr-utils.h @@ -239,10 +239,10 @@ cr_utils_dump_n_chars2 (guchar a_char, GString *a_string, glong a_nb) ; GList * -cr_utils_dup_glist_of_string (GList *a_list) ; +cr_utils_dup_glist_of_string (GList const *a_list) ; GList * -cr_utils_dup_glist_of_cr_string (GList * a_list_of_strings) ; +cr_utils_dup_glist_of_cr_string (GList const * a_list_of_strings) ; G_END_DECLS -- cgit v1.2.3