Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/multi.h Sat Jun 14 21:34:31 2003 +0000 +++ b/src/multi.h Sat Jun 14 23:21:02 2003 +0000 @@ -23,13 +23,8 @@ #define _MULTI_H_ #include "account.h" -#include "core.h" #include "plugin.h" -#define OPT_CONN_HTML 0x00000001 -/* set this flag on a gc if you want serv_got_im to autoreply when away */ -#define OPT_CONN_AUTO_RESP 0x00000002 - struct proto_actions_menu { char *label; void (*callback)(GaimConnection *);
