diff plugins/perl/common/Account.xs @ 8838:518455386538

[gaim-migrate @ 9604] -Fix the compile error in perl that was my fault -Rename a network.c function and change it's signature (is that work applicable in c?) -Make rendezvous crash when trying to sign on committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 28 Apr 2004 03:16:40 +0000
parents 57478df4faf8
children ce098e226486
line wrap: on
line diff
--- a/plugins/perl/common/Account.xs	Wed Apr 28 03:10:31 2004 +0000
+++ b/plugins/perl/common/Account.xs	Wed Apr 28 03:16:40 2004 +0000
@@ -60,11 +60,6 @@
 	const char *ui
 	gboolean value
 
-void
-gaim_account_set_public_ip(account, ip)
-	Gaim::Account account
-	const char *ip
-
 gboolean
 gaim_account_is_connected(account)
 	Gaim::Account account
@@ -110,10 +105,6 @@
 	Gaim::Account account
 	const char *ui
 
-const char *
-gaim_account_get_public_ip(account)
-	Gaim::Account account
-
 
 MODULE = Gaim::Account  PACKAGE = Gaim::Accounts  PREFIX = gaim_accounts_