gobjectification: df9c3370: Remove some duplicate Perl stuff.
qulogic at pidgin.im
qulogic at pidgin.im
Tue Aug 12 00:59:00 EDT 2008
-----------------------------------------------------------------
Revision: df9c33703ae72c4302303973f56acad589a22e1e
Ancestor: cbddb9957fb1e5f403531b5ed1840bd5434e921d
Author: qulogic at pidgin.im
Date: 2008-08-10T22:44:20
Branch: im.pidgin.gobjectification
URL: http://d.pidgin.im/viewmtn/revision/info/df9c33703ae72c4302303973f56acad589a22e1e
Modified files:
libpurple/plugins/perl/common/Cipher.xs
ChangeLog:
Remove some duplicate Perl stuff.
-------------- next part --------------
============================================================
--- libpurple/plugins/perl/common/Cipher.xs 5f3da2e9615d7f7130bf498f5af6f912e005869f
+++ libpurple/plugins/perl/common/Cipher.xs 3f1fdcf1e25e7f783680744d1b8f7cf4ce8cd852
@@ -71,27 +71,6 @@ purple_cipher_digest_region(name, data_s
OUTPUT:
RETVAL
-gchar_own*
-purple_cipher_http_digest_calculate_response(algorithm, method, digest_uri, qop, entity, nonce, nonce_count, client_nonce, session_key)
- const gchar* algorithm
- const gchar* method
- const gchar* digest_uri
- const gchar* qop
- const gchar* entity
- const gchar* nonce
- const gchar* nonce_count
- const gchar* client_nonce
- const gchar* session_key
-
-gchar_own*
-purple_cipher_http_digest_calculate_session_key(algorithm, username, realm, password, nonce, client_nonce)
- const gchar* algorithm
- const gchar* username
- const gchar* realm
- const gchar* password
- const gchar* nonce
- const gchar* client_nonce
-
MODULE = Purple::Cipher PACKAGE = Purple::Cipher PREFIX = purple_cipher_
PROTOTYPES: ENABLE
More information about the Commits
mailing list