diff libpurple/plugins/perl/common/Privacy.xs @ 23656: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 2f8274ce570a
children e3f30a73a793
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/Privacy.xs	Thu Aug 07 02:48:21 2008 +0000
+++ b/libpurple/plugins/perl/common/Privacy.xs	Thu Aug 07 03:10:44 2008 +0000
@@ -7,9 +7,6 @@
 purple_privacy_get_ui_ops()
 
 void
-purple_privacy_init()
-
-void
 purple_privacy_set_ui_ops(ops)
 	Purple::Privacy::UiOps ops