diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/General/scrobbler/scrobbler.h	Mon Sep 18 01:11:49 2006 -0700
@@ -0,0 +1,13 @@
+#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