Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
7d8182ee
Commit
7d8182ee
authored
Nov 21, 2007
by
Karl Heyes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor cleanups, no functional change
svn path=/icecast/trunk/icecast/; revision=14206
parent
ab1447d3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
14 deletions
+14
-14
src/client.c
src/client.c
+4
-4
src/format_ogg.c
src/format_ogg.c
+4
-4
src/slave.h
src/slave.h
+1
-1
src/stats.c
src/stats.c
+4
-4
src/yp.c
src/yp.c
+1
-1
No files found.
src/client.c
View file @
7d8182ee
...
...
@@ -36,10 +36,10 @@
#include "client.h"
#include "logging.h"
#ifdef _WIN32
#define snprintf _snprintf
#endif
#ifdef _WIN32
#define snprintf _snprintf
#endif
#undef CATMODULE
#define CATMODULE "client"
...
...
src/format_ogg.c
View file @
7d8182ee
...
...
@@ -42,10 +42,10 @@
#endif
#include "format_midi.h"
#include "format_flac.h"
#ifdef _WIN32
#define snprintf _snprintf
#endif
#ifdef _WIN32
#define snprintf _snprintf
#endif
#define CATMODULE "format-ogg"
#include "logging.h"
...
...
src/slave.h
View file @
7d8182ee
...
...
@@ -13,7 +13,7 @@
#ifndef __SLAVE_H__
#define __SLAVE_H__
#include
<
thread/thread.h
>
#include
"
thread/thread.h
"
typedef
struct
_relay_server
{
char
*
server
;
...
...
src/stats.c
View file @
7d8182ee
...
...
@@ -23,10 +23,10 @@
#include <libxml/parser.h>
#include <libxml/tree.h>
#include
<
thread/thread.h
>
#include
<
avl/avl.h
>
#include
<
httpp/httpp.h
>
#include
<
net/sock.h
>
#include
"
thread/thread.h
"
#include
"
avl/avl.h
"
#include
"
httpp/httpp.h
"
#include
"
net/sock.h
"
#include "connection.h"
...
...
src/yp.c
View file @
7d8182ee
...
...
@@ -20,7 +20,7 @@
#include <stdlib.h>
#include <curl/curl.h>
#include
<
thread/thread.h
>
#include
"
thread/thread.h
"
#include "connection.h"
#include "refbuf.h"
...
...
Write
Preview
Markdown
is supported
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