comparison libpurple/protocols/mxit/cipher.h @ 32819:2c6510167895 default tip

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24) to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 02 Jun 2012 02:30:49 +0000
parents a86d2f291923
children
comparison
equal deleted inserted replaced
32818:01ff09d4a463 32819:2c6510167895
1 /* 1 /*
2 * MXit Protocol libPurple Plugin 2 * MXit Protocol libPurple Plugin
3 * 3 *
4 * -- user password encryption -- 4 * -- encryption --
5 * 5 *
6 * Pieter Loubser <libpurple@mxit.com> 6 * Pieter Loubser <libpurple@mxit.com>
7 * 7 *
8 * (C) Copyright 2009 MXit Lifestyle (Pty) Ltd. 8 * (C) Copyright 2009 MXit Lifestyle (Pty) Ltd.
9 * <http://www.mxitlifestyle.com> 9 * <http://www.mxitlifestyle.com>
30 struct MXitSession; 30 struct MXitSession;
31 31
32 32
33 char* mxit_encrypt_password( struct MXitSession* session ); 33 char* mxit_encrypt_password( struct MXitSession* session );
34 34
35 char* mxit_decrypt_message( struct MXitSession* session, char* message );
36 char* mxit_encrypt_message( struct MXitSession* session, char* message );
35 37
36 #endif /* _MXIT_CIPHER_H_ */ 38 #endif /* _MXIT_CIPHER_H_ */