rename objects to deck / slide
[smdp.git] / include / parser.h
index 14bb232..89e1a5d 100644 (file)
@@ -3,9 +3,9 @@
 
 #include "markdown.h"
 
-document_t *markdown_load(FILE *input);
+deck_t *markdown_load(FILE *input);
 int markdown_analyse(cstring_t *text);
-void markdown_debug(document_t *doc, int debug);
+void markdown_debug(deck_t *deck, int debug);
 int is_utf8(char ch);
 int length_utf8(char ch);
 int next_nonblank(cstring_t *text, int i);