view libpurple/purple-client.h @ 23168:d7e66b6137f9

Update changelogs and some of the docs for the new API. Preparing to merge with i.p.p
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 22 May 2008 21:44:53 +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