libpurple/plugins/perl/common/module.h

branch
custom_smiley
changeset 23023
6aeeb2037709
parent 21641
a0d410a35eb8
child 23982
204b6e71f403
equal deleted inserted replaced
23022:ed4aeaec12e3 23023:6aeeb2037709
49 #include "request.h" 49 #include "request.h"
50 #include "roomlist.h" 50 #include "roomlist.h"
51 #include "savedstatuses.h" 51 #include "savedstatuses.h"
52 #include "server.h" 52 #include "server.h"
53 #include "signals.h" 53 #include "signals.h"
54 #include "smiley.h"
54 #include "sound.h" 55 #include "sound.h"
55 #include "sslconn.h" 56 #include "sslconn.h"
56 #include "status.h" 57 #include "status.h"
57 #include "stringref.h" 58 #include "stringref.h"
58 /* Ewww. perl has it's own util.h which is in the include path :( */ 59 /* Ewww. perl has it's own util.h which is in the include path :( */
238 239
239 /* savedstatuses.h */ 240 /* savedstatuses.h */
240 typedef PurpleSavedStatus * Purple__SavedStatus; 241 typedef PurpleSavedStatus * Purple__SavedStatus;
241 typedef PurpleSavedStatusSub * Purple__SavedStatus__Sub; 242 typedef PurpleSavedStatusSub * Purple__SavedStatus__Sub;
242 243
244 /* smiley.h */
245 typedef PurpleSmiley * Purple__Smiley;
246
243 /* sound.h */ 247 /* sound.h */
244 typedef PurpleSoundEventID Purple__SoundEventID; 248 typedef PurpleSoundEventID Purple__SoundEventID;
245 typedef PurpleSoundUiOps * Purple__Sound__UiOps; 249 typedef PurpleSoundUiOps * Purple__Sound__UiOps;
246 250
247 /* sslconn.h */ 251 /* sslconn.h */

mercurial