mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-26 12:59:19 -05:00
[evrtsp] Proper enum return type for evrtsp_parse_headers + evrtsp_parse_firstline
Fixes compiler warnings
This commit is contained in:
parent
580ba924a4
commit
2318739a58
@ -106,8 +106,8 @@ void evrtsp_connection_fail(struct evrtsp_connection *,
|
|||||||
|
|
||||||
int evrtsp_hostportfile(char *, char **, u_short *, char **);
|
int evrtsp_hostportfile(char *, char **, u_short *, char **);
|
||||||
|
|
||||||
int evrtsp_parse_firstline(struct evrtsp_request *, struct evbuffer*);
|
enum message_read_status evrtsp_parse_firstline(struct evrtsp_request *, struct evbuffer*);
|
||||||
int evrtsp_parse_headers(struct evrtsp_request *, struct evbuffer*);
|
enum message_read_status evrtsp_parse_headers(struct evrtsp_request *, struct evbuffer*);
|
||||||
|
|
||||||
void evrtsp_start_read(struct evrtsp_connection *);
|
void evrtsp_start_read(struct evrtsp_connection *);
|
||||||
void evrtsp_make_header(struct evrtsp_connection *, struct evrtsp_request *);
|
void evrtsp_make_header(struct evrtsp_connection *, struct evrtsp_request *);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user