view libpurple/purple-client.h @ 16525:62d083364deb

***LSchiere shakes head. That text in there was very carefully chosen. I wouldn't mess with it
author Hylke Bons <hylkebons@gmail.com>
date Fri, 27 Apr 2007 12:11: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