summaryrefslogtreecommitdiff
path: root/src/cr-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cr-utils.h')
-rw-r--r--src/cr-utils.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/cr-utils.h b/src/cr-utils.h
index 54aa249..060842a 100644
--- a/src/cr-utils.h
+++ b/src/cr-utils.h
@@ -26,7 +26,10 @@
#include <stdio.h>
#include <glib.h>
-#include "libcroco-config.h"
+/*
+ * We're disabling this #include for Inkscape: see comment in libcroco.h.
+//#include "libcroco-config.h"
+ */
G_BEGIN_DECLS
@@ -236,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 const *a_list) ;
+cr_utils_dup_glist_of_string (GList *a_list) ;
GList *
-cr_utils_dup_glist_of_cr_string (GList const * a_list_of_strings) ;
+cr_utils_dup_glist_of_cr_string (GList * a_list_of_strings) ;
G_END_DECLS