summary refs log tree commit diff
path: root/net.h
diff options
context:
space:
mode:
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 {