diff src/lastfm/lastfm.h @ 1200:0ae013f630fa

mowgli transition, and some fixes
author Cristi Magherusan <majeru@atheme-project.org>
date Sun, 01 Jul 2007 18:11:44 +0300
parents b1128efde471
children d4efe4889489
line wrap: on
line diff
--- a/src/lastfm/lastfm.h	Sun Jul 01 07:01:48 2007 -0500
+++ b/src/lastfm/lastfm.h	Sun Jul 01 18:11:44 2007 +0300
@@ -5,6 +5,13 @@
 #define LASTFM_CURL_TIMEOUT 10
 
 
+#define LASTFM_LOGIN_OK                 0
+#define LASTFM_LOGIN_ERROR              1
+#define LASTFM_MISSING_LOGIN_DATA       2
+#define LASTFM_SESSION_MISSING          4
+#define LASTFM_ADJUST_OK                0
+
+
 typedef struct
 {
 	VFSFile *proxy_fd;