| 37133:832cd077145e | 37134:07746c9a04bf |
|---|---|
| 32 #include "protocol.h" | 32 #include "protocol.h" |
| 33 #include "request.h" | 33 #include "request.h" |
| 34 #include "roomlist.h" | 34 #include "roomlist.h" |
| 35 #include "server.h" | 35 #include "server.h" |
| 36 #include "util.h" | 36 #include "util.h" |
| 37 | |
| 38 #include "imgstore.h" /* TODO: temp */ | |
| 37 | 39 |
| 38 #undef SILC_VERSION | 40 #undef SILC_VERSION |
| 39 #define SILC_VERSION(a, b, c) (((a) << 24) + ((b) << 16) + ((c) << 8)) | 41 #define SILC_VERSION(a, b, c) (((a) << 24) + ((b) << 16) + ((c) << 8)) |
| 40 | 42 |
| 41 #define SILCPURPLE_TYPE_PROTOCOL (silcpurple_protocol_get_type()) | 43 #define SILCPURPLE_TYPE_PROTOCOL (silcpurple_protocol_get_type()) |