summaryrefslogtreecommitdiffhomepage
path: root/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'http.h')
-rw-r--r--http.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/http.h b/http.h
index fd75db9..14a4769 100644
--- a/http.h
+++ b/http.h
@@ -12,7 +12,6 @@ enum status
STATUS_VERSION_NOT_SUPPORTED = 505,
};
-extern const char * method_str[];
extern const char * status_str[];
int respond_only_status(int, enum status);