summary refs log tree commit diff
path: root/net.h
diff options
context:
space:
mode:
authorwrmr2024-11-03 12:12:20 -0500
committerwrmr2024-11-03 12:12:20 -0500
commitce088cbf9c3a73e9f9ed3012d31dd6e989d86052 (patch)
tree2fdc9ca366f8a42f919ca8e3577c8079dd102965 /net.h
parent3e9c75318b0eb1114fb7361dbc467990674804b6 (diff)
file:// plaintext reading complete, add nav_next/nav_prev
Diffstat (limited to 'net.h')
-rw-r--r--net.h8
1 files changed, 4 insertions, 4 deletions
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 {