view src/scrobbler/scrobbler.h @ 2284:d19b53359b24

cleaned up the sndfile wav plugin, currently limiting it ONLY TO WAV PLAYBACK. if somebody is more experienced with it and wants to restore the other formats, go ahead (maybe change the name of the plugin too?).
author mf0102 <0102@gmx.at>
date Wed, 09 Jan 2008 15:41:22 +0100
parents f4d8082668c1
children dd78327f5747
line wrap: on
line source

#ifndef NET_H
#define NET_H 1

#include <audacious/tuple.h>

#define SC_CURL_TIMEOUT 5

int sc_idle(GMutex *);
void sc_init(char *, char *);
void sc_addentry(GMutex *, Tuple *, int);
void sc_cleaner(void);
int sc_catch_error(void);
char *sc_fetch_error(void);
void sc_clear_error(void);
#endif