src/protocols/napster/napster.c

changeset 7084
da83f7ead5c6
parent 7062
26abb8b189ce
child 7118
280b3b85a28a
equal deleted inserted replaced
7083:bdf557b0eea4 7084:da83f7ead5c6
1 /* 1 /*
2 * gaim - Napster Protocol Plugin 2 * gaim - Napster Protocol Plugin
3 * 3 *
4 * Copyright (C) 2000-2001, Rob Flynn <rob@marko.net> 4 * Copyright (C) 2000-2001, Rob Flynn <rob@marko.net>
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or 8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version. 9 * (at your option) any later version.
10 * 10 *
14 * GNU General Public License for more details. 14 * GNU General Public License for more details.
15 * 15 *
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 *
20 */ 19 */
21 #include "internal.h" 20 #include "internal.h"
22 21
23 #include "account.h" 22 #include "account.h"
24 #include "accountopt.h" 23 #include "accountopt.h"
27 #include "multi.h" 26 #include "multi.h"
28 #include "notify.h" 27 #include "notify.h"
29 #include "prpl.h" 28 #include "prpl.h"
30 #include "proxy.h" 29 #include "proxy.h"
31 #include "util.h" 30 #include "util.h"
32
33 /* XXX */
34 #include "gaim.h"
35 31
36 #define NAP_SERVER "64.124.41.187" 32 #define NAP_SERVER "64.124.41.187"
37 #define NAP_PORT 8888 33 #define NAP_PORT 8888
38 34
39 #define NAPSTER_CONNECT_STEPS 2 35 #define NAPSTER_CONNECT_STEPS 2

mercurial