1
0
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:
oddsock 2003-02-02 14:33:47 +00:00
parent 289c58f945
commit e07080a0d8
2 changed files with 5 additions and 0 deletions

View File

@ -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"

View File

@ -38,6 +38,7 @@
#include "client.h"
#include "stats.h"
#include "logging.h"
#include "geturl.h"
#include "source.h"
#include "format.h"