--- a/libpurple/ciphers/hmaccipher.c Sat Oct 12 20:40:01 2013 +0530 +++ b/libpurple/ciphers/hmaccipher.c Sat Oct 12 20:46:23 2013 +0530 @@ -287,7 +287,7 @@ * PurpleHMACCipher API *****************************************************************************/ GType -purple_hmac_cipher_get_gtype(void) { +purple_hmac_cipher_get_type(void) { static GType type = 0; if(type == 0) {