view libpurple/purple-client.h @ 32504:1c6d228d8ef9

If there are no objections, these changes will get released in 2.10.2
author Mark Doliner <mark@kingant.net>
date Wed, 15 Feb 2012 09:49:00 +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