view libpurple/purple-client.h @ 21384:5c26dc790c71

Break creating and removing generic error boxes by account into their own functions.
author Will Thompson <will.thompson@collabora.co.uk>
date Wed, 31 Oct 2007 00:57:26 +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