libpurple/protocols/myspace/zap.h

Tue, 18 Sep 2007 01:02:55 +0000

author
Casey Harkins <charkins@pidgin.im>
date
Tue, 18 Sep 2007 01:02:55 +0000
changeset 20376
40eb7fd73b9a
parent 19859
71d37b57eff2
parent 19795
149d7d8284cc
child 34699
09b2c9219b57
permissions
-rw-r--r--

merge of 'f78451b4a2f7106eb8f8fa7275a7a29230593449'
and '149d7d8284ccacaa774afaac83d3b5ee975c0372'

/* MySpaceIM Protocol Plugin - zap support
 *
 * Copyright (C) 2007, Jeff Connelly <jeff2@soc.pidgin.im>
 *
 * 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 _MYSPACE_ZAP_H
#define _MYSPACE_ZAP_H

GList *msim_attention_types(PurpleAccount *acct);
gboolean msim_send_attention(PurpleConnection *gc, const gchar *username, guint code);
GList *msim_blist_node_menu(PurpleBlistNode *node);
gboolean msim_incoming_zap(MsimSession *session, MsimMessage *msg);

#endif /* !_MYSPACE_ZAP_H */

mercurial