view libpurple/purple-client.h @ 24938:8074c057e54d

New Polish translation by Piotr Makowski. Fixes #7944. Also updates the About dialog to reflect the change.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 11 Jan 2009 17:46:03 +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