mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Indentation again, don't mind me
svn path=/trunk/httpp/; revision=4252
This commit is contained in:
parent
3a0b895baa
commit
d9682b5dec
@ -16,7 +16,8 @@
|
||||
#define HTTPP_VAR_ERROR_CODE "__errorcode"
|
||||
|
||||
typedef enum httpp_request_type_tag {
|
||||
httpp_req_none, httpp_req_get, httpp_req_post, httpp_req_head, httpp_req_source, httpp_req_play, httpp_req_stats, httpp_req_unknown
|
||||
httpp_req_none, httpp_req_get, httpp_req_post, httpp_req_head,
|
||||
httpp_req_source, httpp_req_play, httpp_req_stats, httpp_req_unknown
|
||||
} httpp_request_type_e;
|
||||
|
||||
typedef struct http_var_tag {
|
||||
@ -48,6 +49,3 @@ void httpp_destroy(http_parser_t *parser);
|
||||
void httpp_clear(http_parser_t *parser);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user