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