diff libpurple/protocols/mxit/cipher.h @ 31888:56092767c298

Encrypt a message using transport-encryption.
author andrew.victor@mxit.com
date Sun, 14 Aug 2011 20:45:48 +0000
parents 3951afa56940
children a86d2f291923
line wrap: on
line diff
--- a/libpurple/protocols/mxit/cipher.h	Sat Aug 13 22:11:50 2011 +0000
+++ b/libpurple/protocols/mxit/cipher.h	Sun Aug 14 20:45:48 2011 +0000
@@ -33,6 +33,6 @@
 char* mxit_encrypt_password( struct MXitSession* session );
 
 char* mxit_decrypt_message( struct MXitSession* session, char* message );
-
+char* mxit_encrypt_message( struct MXitSession* session, char* message );
 
 #endif		/* _MXIT_CIPHER_H_ */