view src/General/scrobbler/scrobbler.h @ 0:13389e613d67 trunk

[svn] - initial import of audacious-plugins tree (lots to do)
author nenolod
date Mon, 18 Sep 2006 01:11:49 -0700
parents
children 6303e3a8a6b8
line wrap: on
line source

#ifndef NET_H
#define NET_H 1

#include "libaudacious/titlestring.h"

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