view libpurple/purple-client.h @ 31184:a1e92a4d99b9

2009.05.21 - flos <lonicerae(at)gmail.com> * fixed a bug in buddy_info.c which makes compilation can not pass through with msys
author SHiNE CsyFeK <csyfek@gmail.com>
date Thu, 21 May 2009 14:38:56 +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