view libpurple/purple-client.h @ 24594:8b429520f6c6

Patch to fix compatibility with ancient GTK+ (2.4 and earlier). Fixes #7582. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author Ryan Fan <rfan.cn@gmail.com>
date Sat, 06 Dec 2008 04:35:10 +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