mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
added references to geturl.h
svn path=/trunk/icecast/; revision=4314
This commit is contained in:
parent
289c58f945
commit
e07080a0d8
@ -34,7 +34,10 @@
|
||||
#include "logging.h"
|
||||
#include "xslt.h"
|
||||
#include "fserve.h"
|
||||
|
||||
#include "yp.h"
|
||||
#include "source.h"
|
||||
#include "geturl.h"
|
||||
#include "format.h"
|
||||
#include "format_mp3.h"
|
||||
|
||||
@ -511,6 +514,7 @@ static void handle_metadata_request(client_t *client)
|
||||
thread_mutex_unlock(&(state->lock));
|
||||
|
||||
DEBUG2("Metadata on mountpoint %s changed to \"%s\"", mount, value);
|
||||
stats_event(mount, "title", value);
|
||||
client->respcode = 200;
|
||||
bytes = sock_write(client->con->sock,
|
||||
"HTTP/1.0 200 OK\r\nContent-Type: text/html\r\n\r\n"
|
||||
|
@ -38,6 +38,7 @@
|
||||
#include "client.h"
|
||||
#include "stats.h"
|
||||
#include "logging.h"
|
||||
#include "geturl.h"
|
||||
#include "source.h"
|
||||
#include "format.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user