diff options
author | Aki <please@ignore.pl> | 2020-08-15 20:22:37 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2020-08-15 20:22:37 +0200 |
commit | 6662178be0a10add225a3b9b8df82b4f2a1a74a4 (patch) | |
tree | 17e82da761714e7a3acd34303d4415ce38b49657 | |
parent | 1cdd3cf0ec89997ea5d91100e87fdd538c7e4cf9 (diff) | |
download | plop-6662178be0a10add225a3b9b8df82b4f2a1a74a4.zip plop-6662178be0a10add225a3b9b8df82b4f2a1a74a4.tar.gz plop-6662178be0a10add225a3b9b8df82b4f2a1a74a4.tar.bz2 |
Removed obsolete struct for headers
-rw-r--r-- | request.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -8,12 +8,6 @@ struct span int length; }; -struct header -{ - struct span name; - struct span value; -}; - struct request { int (* step)(struct request *); |