view libpurple/purple-client.h @ 17159:ae2edfa3de1f

Warmenhove a patch from Steven Danna to add bindings to all the savedstatus.h functions for perl. Closes #774
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 20 May 2007 05:48: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