diff src/scrobbler/scrobbler.h @ 401:192004e2a1b7 trunk

[svn] - add connection timeout option to curl_easy_perform(). hopefully, audacious can quit smoothly even though last.fm server goes down.
author yaz
date Fri, 29 Dec 2006 04:53:41 -0800
parents 3da1b8942b8b
children f4d8082668c1
line wrap: on
line diff
--- a/src/scrobbler/scrobbler.h	Thu Dec 28 17:19:22 2006 -0800
+++ b/src/scrobbler/scrobbler.h	Fri Dec 29 04:53:41 2006 -0800
@@ -3,6 +3,8 @@
 
 #include "audacious/titlestring.h"
 
+#define SC_CURL_TIMEOUT 5
+
 int sc_idle(GMutex *);
 void sc_init(char *, char *);
 void sc_addentry(GMutex *, TitleInput *, int);