view libpurple/purple-client.h @ 21661:7dff569f2a6e

Earlier, resiak and khc agreed that we're better off without the resizable paned widget in the gtkconv.
author Sean Egan <seanegan@gmail.com>
date Tue, 27 Nov 2007 08:40:29 +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