libpurple/protocols/mxit/formcmds.h

Sat, 13 Apr 2013 12:24:43 -0400

author
Daniel Atallah <datallah@pidgin.im>
date
Sat, 13 Apr 2013 12:24:43 -0400
changeset 33880
2f2dd47bf56b
parent 33844
e8edfd4e26ae
child 36542
30f40ecc4631
permissions
-rw-r--r--

Merge with release-2.x.y

/*
 *					MXit Protocol libPurple Plugin
 *
 *					-- MXit Forms & Commands --
 *
 *				Andrew Victor	<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_FORMCMDS_H_
#define		_MXIT_FORMCMDS_H_

#include	"protocol.h"

int mxit_parse_command(struct RXMsgData* mx, char* message);

#endif		/* _MXIT_FORMCMDS_H_ */

mercurial