summaryrefslogtreecommitdiff
path: root/src/cr-stylesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cr-stylesheet.h')
-rw-r--r--src/cr-stylesheet.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/cr-stylesheet.h b/src/cr-stylesheet.h
index 0209311..3766a28 100644
--- a/src/cr-stylesheet.h
+++ b/src/cr-stylesheet.h
@@ -3,8 +3,6 @@
/*
* This file is part of The Croco Library
*
- * Copyright (C) 2002-2003 Dodji Seketeli <dodji@seketeli.org>
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2.1 of the GNU Lesser General Public
* License as published by the Free Software Foundation.
@@ -18,11 +16,10 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
+ *
+ * see COPYRIGHTS file for copyright information.
*/
-/*
- *$Id$
- */
#ifndef __CR_STYLESHEET_H__
#define __CR_STYLESHEET_H__
@@ -87,6 +84,7 @@ struct _CRStyleSheet
CRStyleSheet * cr_stylesheet_new (CRStatement *a_stmts) ;
+gchar * cr_stylesheet_to_string (CRStyleSheet *a_this) ;
void cr_stylesheet_dump (CRStyleSheet *a_this, FILE *a_fp) ;
gint cr_stylesheet_nr_rules (CRStyleSheet *a_this) ;