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 --- doc.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc.h') diff --git a/doc.h b/doc.h index 2a9fe58..5df443e 100644 --- a/doc.h +++ b/doc.h @@ -1,8 +1,7 @@ #ifndef DOC_H #define DOC_H -#include "buf.h" -#include "strv.h" +#include "str.h" #define DOC_LINK_NONE 0xffff @@ -19,7 +18,7 @@ enum doc_type { }; struct doc { - buf_t txt, lnk; + str_t txt, lnk; size_t latest; unsigned short linkc; }; -- cgit 1.4.1-2-gfad0