readr

Minimal Terminal RSS Reader
Log | Files | Refs | README | LICENSE

commit 6e37c6749648df9cf106c68ee038e0680b41873e
parent aaabafc40739e12d98df86a410c52bc4d52457f7
Author: citbl <citbl@citbl.org>
Date:   Sat, 13 Dec 2025 20:25:05 +1000

clean up

Diffstat:
Msrc/readr.h | 11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

diff --git a/src/readr.h b/src/readr.h @@ -8,17 +8,6 @@ // typedef struct { - size_t start, len; -} slice_t; - -typedef struct { - const char* data; - size_t data_len; - slice_t title, link, comments, desc, date, author; - int seen; -} post_t; - -typedef struct { const char* website_url; const char* url; char* title;