diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-11-10 21:01:44 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2011-11-10 21:01:44 +0100 |
commit | 5482598ad1ee3f42333d63b74b12aaa43f6ac963 (patch) | |
tree | 4f34a7ae2ad160af5e2733e0343a86834706a049 /src/stylesheet.h | |
parent | b3dba22613de912b01ae27ba30c73dfe4c05a340 (diff) |
Move stylesheet deserialization to stylesheet.c
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r-- | src/stylesheet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h index bdbf97e..0c021e4 100644 --- a/src/stylesheet.h +++ b/src/stylesheet.h @@ -131,7 +131,7 @@ extern struct style *find_style(StyleSheet *ss, const char *name); extern enum justify str_to_halign(char *halign); extern enum vert_pos str_to_valign(char *valign); - +extern StyleSheet *tree_to_stylesheet(struct ds_node *root); extern void write_stylesheet(StyleSheet *ss, struct serializer *ser); #endif /* STYLESHEET_H */ |