view libpurple/purple-client.h @ 24847:5a435e953bc6

Don't mention TOC in this error message. I think this error is too technical and is ripe for improvement, but I couldn't come up with anything better.
author Mark Doliner <mark@kingant.net>
date Mon, 29 Dec 2008 03:49:33 +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