view src/scrobbler/gerpok.h @ 2971:3134a0987162

- changed include path from audacious to audlegacy. - changed include path for libSAD.h.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 26 Nov 2008 02:55:04 +0900
parents f4d8082668c1
children
line wrap: on
line source

#ifndef G_NET_H
#define G_NET_H 1

#include <audlegacy/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