view libpurple/purple-client.h @ 32801:0d8e718cdb64

There really isn't a good section to stuff Eion's name in, so this should do.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Mon, 14 May 2012 03:02:20 +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