diff libpurple/plugins/perl/common/module.h @ 23712:af603a54ae5a

Some Perl bindings fixes and additions from Zsombor Welker. Technically some of these change the API, but in those couple cases, the way it is now is either broken, not usable or pretty unlikely to be used. Feel free to yell at me and/or revert this if you think this is unacceptable. Fixes #5912
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 07 Aug 2008 02:48:21 +0000
parents 66057702ae5d
children 9d7ebd28d339
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/module.h	Thu Aug 07 01:46:36 2008 +0000
+++ b/libpurple/plugins/perl/common/module.h	Thu Aug 07 02:48:21 2008 +0000
@@ -86,6 +86,7 @@
 typedef PurpleCipherCaps			Purple__CipherCaps;
 typedef PurpleCipherContext *		Purple__Cipher__Context;
 typedef PurpleCipherOps *			Purple__Cipher__Ops;
+typedef PurpleCipherBatchMode		Purple__Cipher__BatchMode;
 
 /* cmds.h */
 typedef PurpleCmdFlag			Purple__Cmd__Flag;