view libpurple/purple-client.h @ 20064:4da314b1e53e

Create a PurpleDisconnectReason enum (which happens to be identical to the Telepathy Connection_Status_Reason enum at the moment).
author Will Thompson <will.thompson@collabora.co.uk>
date Sat, 15 Sep 2007 23:49:54 +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