comparison src/null/null.c @ 2519:2da1343a024d

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author William Pitcock <nenolod@atheme.org>
date Tue, 08 Apr 2008 15:11:35 -0500
parents 41c619e96a17
children 769e17da93dd
comparison
equal deleted inserted replaced
2518:eef3a506a2b8 2519:2da1343a024d
17 * 17 *
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21 */ 21 */
22 22 #include "config.h"
23 #include <glib.h> 23 #include <glib.h>
24 #include <audacious/i18n.h>
25 #include <gtk/gtk.h> 24 #include <gtk/gtk.h>
26 #include <audacious/plugin.h> 25 #include <audacious/plugin.h>
26 #include <audacious/i18n.h>
27 #include <audacious/util.h> 27 #include <audacious/util.h>
28 #include <audacious/configdb.h>
29 #include "../../config.h"
30 28
31 static GTimer *timer; 29 static GTimer *timer;
32 static gulong offset_time, written; 30 static gulong offset_time, written;
33 static gint bps; 31 static gint bps;
34 static gboolean real_time = TRUE; 32 static gboolean real_time = TRUE;