libpurple/plugins/perl/common/Hash.xs

branch
soc.2013.gobjectification
changeset 34984
49540359d6fc
parent 34606
bca53cda8ed5
--- a/libpurple/plugins/perl/common/Hash.xs	Tue Oct 01 03:13:52 2013 +0530
+++ b/libpurple/plugins/perl/common/Hash.xs	Tue Oct 01 03:19:16 2013 +0530
@@ -3,10 +3,6 @@
 MODULE = Purple::Hash  PACKAGE = Purple::Hash  PREFIX = purple_hash_
 PROTOTYPES: ENABLE
 
-const gchar *
-purple_hash_get_name(hash)
-	Purple::Hash hash
-
 gchar_own*
 purple_http_digest_calculate_response(algorithm, method, digest_uri, qop, entity, nonce, nonce_count, client_nonce, session_key)
 	const gchar* algorithm

mercurial