comparison: src/protocols/toc/toc.c
src/protocols/toc/toc.c
- changeset 7084
- da83f7ead5c6
- parent 7080
- a443c1992270
- child 7094
- 8f9588491993
equal
deleted
inserted
replaced
| 29 #include "notify.h" |
29 #include "notify.h" |
| 30 #include "proxy.h" |
30 #include "proxy.h" |
| 31 #include "request.h" |
31 #include "request.h" |
| 32 #include "util.h" |
32 #include "util.h" |
| 33 #include "html.h" |
33 #include "html.h" |
| 34 |
|
| 35 /* XXX */ |
|
| 36 #include "gaim.h" |
|
| 37 |
34 |
| 38 static GaimPlugin *my_protocol = NULL; |
35 static GaimPlugin *my_protocol = NULL; |
| 39 |
36 |
| 40 #define REVISION "penguin" |
37 #define REVISION "penguin" |
| 41 |
38 |