view libpurple/purple-client.h @ 17221:da6e87c14cea

Un-break the API so the next release doesn't have to be 3.0.0 :) Removal of the debug timestamp preference caused Bad Things(tm) to happen when I accidentally tried running Pidgin 2.0.0 with libpurple 2.0.1.
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 24 May 2007 11:38:43 +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