libpurple/protocols/mxit/cipher.h

Tue, 18 Dec 2012 15:57:47 +0200

author
Andrew Victor <andrew.victor@mxit.com>
date
Tue, 18 Dec 2012 15:57:47 +0200
branch
mxit-2.x.y
changeset 33556
1fe2f250ff9e
parent 28841
6b9568572bcb
child 31897
6eaf6e8dee3f
child 33559
94a95ba03c78
permissions
-rw-r--r--

Update with changes in release-2.x.y

/*
 *					MXit Protocol libPurple Plugin
 *
 *					-- user password encryption --
 *
 *				Pieter Loubser	<libpurple@mxit.com>
 *
 *			(C) Copyright 2009	MXit Lifestyle (Pty) Ltd.
 *				<http://www.mxitlifestyle.com>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
 */

#ifndef		_MXIT_CIPHER_H_
#define		_MXIT_CIPHER_H_


struct MXitSession;


char* mxit_encrypt_password( struct MXitSession* session );


#endif		/* _MXIT_CIPHER_H_ */

mercurial