view src/scrobbler/gerpok.h @ 2185:145966acb0c4

fixed some compilation warnings (was the original programmer on drugs when he wrote that??)
author mf0102 <0102@gmx.at>
date Sun, 25 Nov 2007 17:27:39 +0100
parents f4d8082668c1
children 3134a0987162
line wrap: on
line source

#ifndef G_NET_H
#define G_NET_H 1

#include <audacious/tuple.h>

int gerpok_sc_idle(GMutex *);
void gerpok_sc_init(char *, char *);
void gerpok_sc_addentry(GMutex *, Tuple *, int);
void gerpok_sc_cleaner(void);
int gerpok_sc_catch_error(void);
char *gerpok_sc_fetch_error(void);
void gerpok_sc_clear_error(void);
#endif