view libpurple/purple-client.h @ 19249:9d921dde9d9f

First half of "Add friends from MySpace.com" support: add msim_import_friends(), msim_import_friends_cb(), and constants to add your friends from myspace.com to your MySpaceIM account. No loading contact list from server, yet, so you can't see the changes.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 19 Aug 2007 05:49:24 +0000
parents 32c366eeeb99
children
line wrap: on
line source

#ifndef _PURPLE_CLIENT_H_INCLUDED_
#define _PURPLE_CLIENT_H_INCLUDED_

#include <glib.h>
#include "purple-client-bindings.h"

G_BEGIN_DECLS

void purple_init(void);

G_END_DECLS

#endif