view libpurple/purple-client.h @ 32783:9c4fec824cb3

How do these ChangeLog entries look? Are there other things people want to get into the 10.0.1 release?
author Mark Doliner <mark@kingant.net>
date Mon, 10 Oct 2011 08:08:23 +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