view src/scrobbler/gerpok.h @ 1263:458d46e65a86

wav-sndfile: in is_our_file, ensure that filename is not NULL before passing it to sf_open
author Giacomo Lozito <james@develia.org>
date Fri, 13 Jul 2007 20:55:42 +0200
parents 03c1ae10bc8d
children f4d8082668c1
line wrap: on
line source

#ifndef G_NET_H
#define G_NET_H 1

#include "audacious/titlestring.h"

int gerpok_sc_idle(GMutex *);
void gerpok_sc_init(char *, char *);
void gerpok_sc_addentry(GMutex *, TitleInput *, 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