comparison src/daap/xmms2-daap/daap_conn.h @ 1448:7b3290336f3b

merge
author Cristi Magherusan <majeru@atheme-project.org>
date Mon, 06 Aug 2007 02:52:19 +0300
parents 776dd8fc2b38
children
comparison
equal deleted inserted replaced
1407:776dd8fc2b38 1448:7b3290336f3b
33 #define DAAP_URL_PREFIX "daap://" 33 #define DAAP_URL_PREFIX "daap://"
34 #define HTTP_VER_STRING "HTTP/1.1" 34 #define HTTP_VER_STRING "HTTP/1.1"
35 #define CONTENT_LENGTH "Content-Length: " 35 #define CONTENT_LENGTH "Content-Length: "
36 #define CONTENT_TYPE "Content-Type: " 36 #define CONTENT_TYPE "Content-Type: "
37 /* TODO does this work ok? */ 37 /* TODO does this work ok? */
38 #define USER_AGENT VERSION 38 #define USER_AGENT "Audacious"
39 /*#define USER_AGENT "iTunes/4.6 (Windows; N)"*/ 39 /*#define USER_AGENT "iTunes/4.6 (Windows; N)"*/
40 40
41 GIOChannel * 41 GIOChannel *
42 daap_open_connection (gchar *host, gint port); 42 daap_open_connection (gchar *host, gint port);
43 43