view libpurple/purple-client.h @ 22231:4af9179e33df

Made account.c use purple_connection_get_prpl instead of gc->prpl. For the next minor bump would be useful to add getters for gc->flags and gc->wants_to_die. This was done with the blessing of rekkanoryo.
author Eoin Coffey <ecoffey@soc.pidgin.im>
date Thu, 31 Jan 2008 02:23:55 +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