mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-06-30 22:18:19 -04:00
Patch from gtgbr@gmx.net to fix function definition storage type.
svn path=/icecast/trunk/icecast/; revision=10613
This commit is contained in:
parent
b0744c5f8a
commit
4c3d56743d
@ -267,7 +267,7 @@ xmlDocPtr admin_build_sourcelist (const char *mount)
|
|||||||
return(doc);
|
return(doc);
|
||||||
}
|
}
|
||||||
|
|
||||||
void admin_send_response(xmlDocPtr doc, client_t *client,
|
static void admin_send_response(xmlDocPtr doc, client_t *client,
|
||||||
int response, char *xslt_template)
|
int response, char *xslt_template)
|
||||||
{
|
{
|
||||||
if (response == RAW)
|
if (response == RAW)
|
||||||
|
@ -181,7 +181,7 @@ int format_ogg_get_plugin (source_t *source)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void format_ogg_free_plugin (format_plugin_t *plugin)
|
static void format_ogg_free_plugin (format_plugin_t *plugin)
|
||||||
{
|
{
|
||||||
ogg_state_t *state = plugin->_state;
|
ogg_state_t *state = plugin->_state;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user