comparison src/icecast/icecast.c @ 2899:130ab8a76ce6

fix compile again
author Andrew O. Shadoura <bugzilla@tut.by>
date Wed, 13 Aug 2008 12:41:36 +0300
parents 471b12137183
children 36b68e7ad725
comparison
equal deleted inserted replaced
2898:471b12137183 2899:130ab8a76ce6
77 77
78 static gchar *server_user = NULL; 78 static gchar *server_user = NULL;
79 static gchar *server_password = NULL; 79 static gchar *server_password = NULL;
80 static gchar *mountpoint = NULL; 80 static gchar *mountpoint = NULL;
81 81
82 static gint *stream_is_public = 0; 82 static gint stream_is_public = 0;
83 static gchar *stream_name = NULL; 83 static gchar *stream_name = NULL;
84 static gchar *stream_url = NULL; 84 static gchar *stream_url = NULL;
85 static gchar *stream_genre = NULL; 85 static gchar *stream_genre = NULL;
86 static gchar *stream_description = NULL; 86 static gchar *stream_description = NULL;
87 87