view libpurple/purple-client.h @ 29545:5e7ff3ed7ad0

jabber: Remove old prpl action to set mood as now the general mood setting UI can do all that the old one does. Maybe finch needs a UI for it?
author Marcus Lundblad <ml@update.uu.se>
date Sat, 06 Mar 2010 21:32:18 +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