summaryrefslogtreecommitdiff
path: root/src/cr-utils.h
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2004-04-18 15:26:47 +0000
committerDodji Seketeli <dodji@src.gnome.org>2004-04-18 15:26:47 +0000
commit6d08258366de84957200071d2ec6aef2c027529c (patch)
tree41690fa2b005f166f6ee92e2915ef48f28d8b925 /src/cr-utils.h
parent5d0671c2a41511e78b60f52ad25ac9748fbfd28a (diff)
downloadlibcroco-6d08258366de84957200071d2ec6aef2c027529c.tar.gz
Changes from arch/CVS synchronization
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 64ab093..535e817 100644
--- a/src/cr-utils.h
+++ b/src/cr-utils.h
@@ -17,6 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
+ * Author: Dodji Seketeli
* Look at file COPYRIGHTS for copyright information
*/
@@ -24,9 +25,8 @@
#define __CR_DEFS_H__
#include <stdio.h>
-#include "libcroco-config.h"
#include <glib.h>
-
+#include "libcroco-config.h"
G_BEGIN_DECLS
@@ -239,7 +239,10 @@ gdouble
cr_utils_n_to_0_dot_n (glong a_n) ;
GList *
-cr_dup_glist_of_string (GList *a_list) ;
+cr_utils_dup_glist_of_string (GList *a_list) ;
+
+GList *
+cr_utils_dup_glist_of_cr_string (GList * a_list_of_strings) ;
G_END_DECLS