summary refs log tree commit diff
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parse.h b/parse.h
index 460c275..c6776e6 100644
--- a/parse.h
+++ b/parse.h
@@ -2,8 +2,8 @@
 #define PARSE_H
 
 #include "doc.h"
-#include "buf.h"
+#include "str.h"
 
-int parse_doc(enum doc_type type, struct doc *d, const buf_t *b);
+int parse_doc(enum doc_type type, struct doc *d, const str_t *b);
 
 #endif