view libpurple/purple-client.h @ 29653:272d2cc8b2e6

Checkin updated versions of this files after running the stats script on them
author Mark Doliner <mark@kingant.net>
date Mon, 29 Mar 2010 07:23:11 +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