Commit c82c941f authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

Remove unused declarations and duplicates

parent 099de8fa
from libc.string cimport strlen
cdef extern from "lwan/lwan.h":
struct lwan_strbuf:
pass
struct lwan_value:
char* value
struct lwan_request:
lwan_value original_url
pass
struct lwan_response:
char *mime_type
lwan_strbuf *buffer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment