libpurple/protocols/silc/silcpurple.h

branch
soc.2013.gobjectification.plugins
changeset 37134
07746c9a04bf
parent 36775
5e59f252d777
parent 35812
48c6ee645ca1
child 37135
6271bcdee576
equal deleted inserted replaced
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())

mercurial