view libpurple/purple-client.h @ 20180:034a03ae657b

Add a 'purple.h' that includes the defines and other header files required to compile against libpurple. Thanks to John 'rekkanoryo' Bailey for the nice description. This should get rid of all the G_GNUC_NULL_TERMINATED compile errors many people keep getting. Closes #2524.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 19 Sep 2007 08:26:30 +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