view Plugins/General/scrobbler/scrobbler.h @ 813:c8cf439179b8 trunk

[svn] - Fix a ton and a half of memory leaks, via the wonderful Leonardo Boshell <leonardop -at- gentoo.org>.
author nenolod
date Fri, 10 Mar 2006 08:20:15 -0800
parents cc1969408403
children fc478bfe6fe6
line wrap: on
line source

#ifndef NET_H
#define NET_H 1

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