From ce088cbf9c3a73e9f9ed3012d31dd6e989d86052 Mon Sep 17 00:00:00 2001 From: wrmr Date: Sun, 3 Nov 2024 12:12:20 -0500 Subject: file:// plaintext reading complete, add nav_next/nav_prev --- net.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net.h') diff --git a/net.h b/net.h index 8483120..c3e12ef 100644 --- a/net.h +++ b/net.h @@ -14,10 +14,10 @@ enum protocol { }; enum doc_type { - TYPE_UNKNOWN, - TYPE_GOPHERDOC, - TYPE_GEMTEXT, - TYPE_PLAIN, + DOC_UNKNOWN, + DOC_GOPHERDOC, + DOC_GEMTEXT, + DOC_PLAIN, }; struct addr { -- cgit 1.4.1-2-gfad0