libpurple/plugins/perl/common/module.h

branch
soc.2013.gobjectification
changeset 35026
fde23518e1e5
parent 34935
686fa55b0deb
child 35515
c220c49cf866
child 36906
729bdf55b919
equal deleted inserted replaced
35025:f81fb89ff704 35026:fde23518e1e5
29 #include "ciphers/des3cipher.h" 29 #include "ciphers/des3cipher.h"
30 #include "ciphers/descipher.h" 30 #include "ciphers/descipher.h"
31 #include "ciphers/hmaccipher.h" 31 #include "ciphers/hmaccipher.h"
32 #include "ciphers/pbkdf2cipher.h" 32 #include "ciphers/pbkdf2cipher.h"
33 #include "ciphers/rc4cipher.h" 33 #include "ciphers/rc4cipher.h"
34 #include "hash.h"
35 #include "ciphers/md4hash.h" 34 #include "ciphers/md4hash.h"
36 #include "ciphers/md5hash.h" 35 #include "ciphers/md5hash.h"
37 #include "ciphers/sha1hash.h" 36 #include "ciphers/sha1hash.h"
38 #include "ciphers/sha256hash.h" 37 #include "ciphers/sha256hash.h"
39 #include "cmds.h" 38 #include "cmds.h"
103 typedef PurpleCertificateVerificationRequest * Purple__Certificate__VerificationRequest; 102 typedef PurpleCertificateVerificationRequest * Purple__Certificate__VerificationRequest;
104 typedef PurpleCertificateVerificationStatus Purple__Certificate__VerificationStatus; 103 typedef PurpleCertificateVerificationStatus Purple__Certificate__VerificationStatus;
105 104
106 /* cipher.h */ 105 /* cipher.h */
107 typedef PurpleCipher * Purple__Cipher; 106 typedef PurpleCipher * Purple__Cipher;
107 typedef PurpleHash * Purple__Hash;
108 typedef PurpleCipherBatchMode Purple__Cipher__BatchMode; 108 typedef PurpleCipherBatchMode Purple__Cipher__BatchMode;
109 109
110 /* cmds.h */ 110 /* cmds.h */
111 typedef PurpleCmdFlag Purple__Cmd__Flag; 111 typedef PurpleCmdFlag Purple__Cmd__Flag;
112 typedef PurpleCmdId Purple__Cmd__Id; 112 typedef PurpleCmdId Purple__Cmd__Id;
171 typedef GtkSelectionData * Purple__GTK__SelectionData; 171 typedef GtkSelectionData * Purple__GTK__SelectionData;
172 typedef GtkTextView * Purple__GTK__TextView; 172 typedef GtkTextView * Purple__GTK__TextView;
173 173
174 /* gtkconn.h */ 174 /* gtkconn.h */
175 #endif 175 #endif
176
177 /* hash.h */
178 typedef PurpleHash * Purple__Hash;
179 176
180 /* imgstore.h */ 177 /* imgstore.h */
181 typedef PurpleStoredImage * Purple__StoredImage; 178 typedef PurpleStoredImage * Purple__StoredImage;
182 179
183 /* log.h */ 180 /* log.h */

mercurial