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
7d8182ee
Commit
7d8182ee
authored
Nov 21, 2007
by
Karl Heyes
Browse files
minor cleanups, no functional change
svn path=/icecast/trunk/icecast/; revision=14206
parent
ab1447d3
Changes
5
Hide whitespace changes
Inline
Side-by-side
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
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