summaryrefslogtreecommitdiffhomepage
path: root/http.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2020-05-06 10:34:20 +0200
committerAki <please@ignore.pl>2020-05-06 10:34:20 +0200
commit0b256dd68b7ed1e1e0875050204a3620c164d30f (patch)
tree3107413d531893b097b6f0f1e6daf9845648a7ac /http.h
parentc683087e78d8338a3a118178200a3137b666331e (diff)
downloadplop-0b256dd68b7ed1e1e0875050204a3620c164d30f.zip
plop-0b256dd68b7ed1e1e0875050204a3620c164d30f.tar.gz
plop-0b256dd68b7ed1e1e0875050204a3620c164d30f.tar.bz2
Fixed style inconsistencies and cleared up selected parts of code
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);