view libpurple/purple-client.h @ 30437:cbe5e9202925

My build was failing due to duplicate (but commented out?!) translations: af.po:15701: duplicate message definition... af.po:2027: ...this is the location of the first definition af.po:15704: duplicate message definition... af.po:2034: ...this is the location of the first definition af.po:15707: duplicate message definition... af.po:2038: ...this is the location of the first definition so I deleted them.
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 24 Aug 2010 01:02:55 +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