Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
e07080a0
Commit
e07080a0
authored
Feb 02, 2003
by
Ed "oddsock" Zaleski
Browse files
added references to geturl.h
svn path=/trunk/icecast/; revision=4314
parent
289c58f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/connection.c
View file @
e07080a0
...
...
@@ -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\n
Content-Type: text/html
\r\n\r\n
"
...
...
src/slave.c
View file @
e07080a0
...
...
@@ -38,6 +38,7 @@
#include "client.h"
#include "stats.h"
#include "logging.h"
#include "geturl.h"
#include "source.h"
#include "format.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment