From 38987f3f5a3919ac81ba419e05ac8610c269faff Mon Sep 17 00:00:00 2001 From: wrmr Date: Sat, 9 Nov 2024 02:04:33 -0500 Subject: rename buf_t to str_t, and consolidate str.c/h with strv.c/h --- parse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'parse.h') 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 -- cgit 1.4.1-2-gfad0