Remove unused struct http_parser_result from header.

v0.10
Ben Noordhuis 13 years ago
parent c6e10e98e3
commit efb72f175c

@ -65,7 +65,6 @@ typedef int ssize_t;
typedef struct http_parser http_parser;
typedef struct http_parser_settings http_parser_settings;
typedef struct http_parser_result http_parser_result;
/* Callbacks should return non-zero to indicate an error. The parser will

Loading…
Cancel
Save