summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2020-08-15 20:22:37 +0200
committerAki <please@ignore.pl>2020-08-15 20:22:37 +0200
commit6662178be0a10add225a3b9b8df82b4f2a1a74a4 (patch)
tree17e82da761714e7a3acd34303d4415ce38b49657
parent1cdd3cf0ec89997ea5d91100e87fdd538c7e4cf9 (diff)
downloadplop-6662178be0a10add225a3b9b8df82b4f2a1a74a4.zip
plop-6662178be0a10add225a3b9b8df82b4f2a1a74a4.tar.gz
plop-6662178be0a10add225a3b9b8df82b4f2a1a74a4.tar.bz2
Removed obsolete struct for headers
-rw-r--r--request.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/request.h b/request.h
index cf1ad35..e406711 100644
--- a/request.h
+++ b/request.h
@@ -8,12 +8,6 @@ struct span
int length;
};
-struct header
-{
- struct span name;
- struct span value;
-};
-
struct request
{
int (* step)(struct request *);