comparison libpurple/protocols/gg/gg.h @ 15823:32c366eeeb99

sed -ie 's/gaim/purple/g'
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 07:01:17 +0000
parents 5fe8042783c1
children b8572b937c09
comparison
equal deleted inserted replaced
15822:84b0f9b23ede 15823:32c366eeeb99
1 /** 1 /**
2 * @file gg.h 2 * @file gg.h
3 * 3 *
4 * gaim 4 * purple
5 * 5 *
6 * Copyright (C) 2005 Bartosz Oler <bartosz@bzimage.us> 6 * Copyright (C) 2005 Bartosz Oler <bartosz@bzimage.us>
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 */ 21 */
22 22
23 23
24 #ifndef _GAIM_GG_H 24 #ifndef _PURPLE_GG_H
25 #define _GAIM_GG_H 25 #define _PURPLE_GG_H
26 26
27 #include <libgadu.h> 27 #include <libgadu.h>
28 #include "search.h" 28 #include "search.h"
29 #include "connection.h" 29 #include "connection.h"
30 30
37 char *name; 37 char *name;
38 GList *participants; 38 GList *participants;
39 39
40 } GGPChat; 40 } GGPChat;
41 41
42 typedef void (*GGPTokenCallback)(GaimConnection *); 42 typedef void (*GGPTokenCallback)(PurpleConnection *);
43 43
44 typedef struct 44 typedef struct
45 { 45 {
46 char *id; 46 char *id;
47 char *data; 47 char *data;
65 int chats_count; 65 int chats_count;
66 66
67 } GGPInfo; 67 } GGPInfo;
68 68
69 69
70 #endif /* _GAIM_GG_H */ 70 #endif /* _PURPLE_GG_H */
71 71
72 /* vim: set ts=8 sts=0 sw=8 noet: */ 72 /* vim: set ts=8 sts=0 sw=8 noet: */