Subversion Repositories mdb

Rev

Rev 19 | Rev 56 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19 Rev 32
Line 23... Line 23...
23
#define PAGE_ALBUM			3
23
#define PAGE_ALBUM			3
24
#define PAGE_GENRE			4
24
#define PAGE_GENRE			4
25
#define PAGE_QUEUE			5
25
#define PAGE_QUEUE			5
26
#define PAGE_PLAYLIST		6
26
#define PAGE_PLAYLIST		6
27
 
27
 
-
 
28
#define FILE_TYPE_MP3		1
-
 
29
#define FILE_TYPE_FLAC		2
-
 
30
 
28
struct SOCKETS
31
struct SOCKETS
29
{
32
{
30
	int sockfd;
33
	int sockfd;
31
	int newfd;
34
	int newfd;
32
};
35
};