diff options
author | Dodji Seketeli <dodji@src.gnome.org> | 2004-03-13 21:19:05 +0000 |
---|---|---|
committer | Dodji Seketeli <dodji@src.gnome.org> | 2004-03-13 21:19:05 +0000 |
commit | 934fa2ab35547bc858df7f769ef9a5362272580c (patch) | |
tree | 0a5602ccfb3e3abe1829129b01bd73ae21bb0357 /src/cr-stylesheet.h | |
parent | 14444cb84b875c091d64efb877b6841be5e65141 (diff) | |
download | libcroco-934fa2ab35547bc858df7f769ef9a5362272580c.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/cr-stylesheet.h')
-rw-r--r-- | src/cr-stylesheet.h | 8 |
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) ; |