view libpurple/purple-client.h @ 23429:146d16459cda

make googletalk tune hack work, previously it's not doing anything unless you also change other statuses
author Ka-Hing Cheung <khc@hxbc.us>
date Sun, 06 Jul 2008 17:19:27 +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