diff options
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r-- | src/stylesheet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h index a9c008c..5c46d83 100644 --- a/src/stylesheet.h +++ b/src/stylesheet.h @@ -29,9 +29,12 @@ typedef struct _stylesheetwindow StylesheetWindow; +typedef struct _stylesheet StyleSheet; struct presentation; extern StylesheetWindow *open_stylesheet(struct presentation *p); +extern StyleSheet *new_stylesheet(); +extern StyleSheet *load_stylesheet(const char *filename); #endif /* STYLESHEET_H */ |