comparison src/multi.h @ 5872:059d95c67cda

[gaim-migrate @ 6304] The legendary Header File Cleanup! Files now only include what they need. This should reduce the number of files that must recompile when a header file changes. It's a lot nicer. Trust me on it. I also added a couple new header files. I hope I didn't break TOO much! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 23:21:02 +0000
parents 0bdfa28c678e
children 211760926728
comparison
equal deleted inserted replaced
5871:508adf90fbb9 5872:059d95c67cda
21 21
22 #ifndef _MULTI_H_ 22 #ifndef _MULTI_H_
23 #define _MULTI_H_ 23 #define _MULTI_H_
24 24
25 #include "account.h" 25 #include "account.h"
26 #include "core.h"
27 #include "plugin.h" 26 #include "plugin.h"
28
29 #define OPT_CONN_HTML 0x00000001
30 /* set this flag on a gc if you want serv_got_im to autoreply when away */
31 #define OPT_CONN_AUTO_RESP 0x00000002
32 27
33 struct proto_actions_menu { 28 struct proto_actions_menu {
34 char *label; 29 char *label;
35 void (*callback)(GaimConnection *); 30 void (*callback)(GaimConnection *);
36 GaimConnection *gc; 31 GaimConnection *gc;