view libpurple/purple-client.h @ 29591:41c53be0e8b5

Added ability to set the mood on all mood-supporting accounts at once (the available moods will be the ones shared by all accounts).
author Marcus Lundblad <ml@update.uu.se>
date Sun, 14 Mar 2010 19:02:11 +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