view libpurple/purple-client.h @ 17533:7a493fc1e763

We should surface this error to the user when calling purple_connection_error(), but I don't feel like mucking with this code right now, and this is better than nothing
author Mark Doliner <mark@kingant.net>
date Thu, 07 Jun 2007 06:26:06 +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