mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-29 00:23:23 -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 *);
|
int evrtsp_add_header(struct evkeyvalq *, const char *, const char *);
|
||||||
void evrtsp_clear_headers(struct evkeyvalq *);
|
void evrtsp_clear_headers(struct evkeyvalq *);
|
||||||
|
|
||||||
|
const char *evrtsp_method(enum evrtsp_cmd_type type);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -241,7 +241,7 @@ strsep(char **s, const char *del)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const char *
|
const char *
|
||||||
evrtsp_method(enum evrtsp_cmd_type type)
|
evrtsp_method(enum evrtsp_cmd_type type)
|
||||||
{
|
{
|
||||||
const char *method;
|
const char *method;
|
||||||
|
Loading…
Reference in New Issue
Block a user