view libpurple/purple-client.h @ 17443:837b697723c0

merge of '4af1e220d3ae855eec7a057ef1e41b586abb8f5f' and 'c5effd605c706950531cbca778c43fafa75e1109'
author Sean Egan <seanegan@gmail.com>
date Tue, 29 May 2007 04:56:30 +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