view libpurple/purple-client.h @ 16210:5fa9896c77e8

some translation updates. Also ticket 111 says that our zh_TW translation is also a zh_HK translation.
author Luke Schierer <lschiere@pidgin.im>
date Mon, 16 Apr 2007 21:02:51 +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