libpurple/plugins/perl/common/module.h

branch
soc.2013.gobjectification
changeset 35026
fde23518e1e5
parent 34935
686fa55b0deb
child 35515
c220c49cf866
child 36906
729bdf55b919
--- a/libpurple/plugins/perl/common/module.h	Fri Oct 18 20:09:56 2013 +0530
+++ b/libpurple/plugins/perl/common/module.h	Sun Oct 20 15:37:08 2013 +0530
@@ -31,7 +31,6 @@
 #include "ciphers/hmaccipher.h"
 #include "ciphers/pbkdf2cipher.h"
 #include "ciphers/rc4cipher.h"
-#include "hash.h"
 #include "ciphers/md4hash.h"
 #include "ciphers/md5hash.h"
 #include "ciphers/sha1hash.h"
@@ -105,6 +104,7 @@
 
 /* cipher.h */
 typedef PurpleCipher *			Purple__Cipher;
+typedef PurpleHash *			Purple__Hash;
 typedef PurpleCipherBatchMode		Purple__Cipher__BatchMode;
 
 /* cmds.h */
@@ -174,9 +174,6 @@
 /* gtkconn.h */
 #endif
 
-/* hash.h */
-typedef PurpleHash *			Purple__Hash;
-
 /* imgstore.h */
 typedef PurpleStoredImage *		Purple__StoredImage;
 

mercurial