view src/scrobbler/gerpok.h @ 3144:de2f796d6f04

crossfade: fix preprocessor conditional compilation
author Michal Lipski <tallica@o2.pl>
date Sat, 09 May 2009 18:06:58 +0200
parents 3134a0987162
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