comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:13389e613d67
1 #ifndef NET_H
2 #define NET_H 1
3
4 #include "libaudacious/titlestring.h"
5
6 int sc_idle(GMutex *);
7 void sc_init(char *, char *);
8 void sc_addentry(GMutex *, TitleInput *, int);
9 void sc_cleaner(void);
10 int sc_catch_error(void);
11 char *sc_fetch_error(void);
12 void sc_clear_error(void);
13 #endif