From 0b256dd68b7ed1e1e0875050204a3620c164d30f Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 6 May 2020 10:34:20 +0200 Subject: Fixed style inconsistencies and cleared up selected parts of code --- http.h | 1 - 1 file changed, 1 deletion(-) (limited to 'http.h') 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); -- cgit v1.1