mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 08:05:56 -05:00
Export evrtsp_method()
This commit is contained in:
parent
d0e0700a13
commit
2d139d77a5
@ -161,6 +161,8 @@ int evrtsp_remove_header(struct evkeyvalq *, const char *);
|
||||
int evrtsp_add_header(struct evkeyvalq *, const char *, const char *);
|
||||
void evrtsp_clear_headers(struct evkeyvalq *);
|
||||
|
||||
const char *evrtsp_method(enum evrtsp_cmd_type type);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
@ -241,7 +241,7 @@ strsep(char **s, const char *del)
|
||||
}
|
||||
#endif
|
||||
|
||||
static const char *
|
||||
const char *
|
||||
evrtsp_method(enum evrtsp_cmd_type type)
|
||||
{
|
||||
const char *method;
|
||||
|
Loading…
Reference in New Issue
Block a user