libpurple/protocols/mxit/cipher.h

branch
release-2.x.y
changeset 33679
4074275c1007
parent 28841
6b9568572bcb
child 33710
0d7ead568881
--- a/libpurple/protocols/mxit/cipher.h	Tue Jan 22 15:25:40 2013 -0500
+++ b/libpurple/protocols/mxit/cipher.h	Sat Jan 26 12:24:13 2013 +0200
@@ -1,7 +1,7 @@
 /*
  *					MXit Protocol libPurple Plugin
  *
- *					-- user password encryption --
+ *						-- encryption --
  *
  *				Pieter Loubser	<libpurple@mxit.com>
  *
@@ -32,5 +32,7 @@
 
 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_ */

mercurial