Mercurial > pidgin.yaz
comparison libpurple/plugins/perl/common/Cipher.xs @ 23713:907f5f41e32a
Remove a bunch of *_init() and *_uninit() functions that don't make sense for
Perl plugins to call.
Plug a couple leaks.
Mark a couple functions that need to be fixed.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 07 Aug 2008 03:10:44 +0000 |
parents | af603a54ae5a |
children | 31f65046b92d |
comparison
equal
deleted
inserted
replaced
23712:af603a54ae5a | 23713:907f5f41e32a |
---|---|
126 } | 126 } |
127 | 127 |
128 Purple::Handle | 128 Purple::Handle |
129 purple_ciphers_get_handle() | 129 purple_ciphers_get_handle() |
130 | 130 |
131 void | |
132 purple_ciphers_init() | |
133 | |
134 void | |
135 purple_ciphers_uninit() | |
136 | |
137 MODULE = Purple::Cipher PACKAGE = Purple::Cipher::Context PREFIX = purple_cipher_context_ | 131 MODULE = Purple::Cipher PACKAGE = Purple::Cipher::Context PREFIX = purple_cipher_context_ |
138 PROTOTYPES: ENABLE | 132 PROTOTYPES: ENABLE |
139 | 133 |
140 void | 134 void |
141 purple_cipher_context_set_option(context, name, value) | 135 purple_cipher_context_set_option(context, name, value) |