view libpurple/purple-client.h @ 24245:8643ff79db35

Gary and I were discussing how blogs have made the NEWS file less useful. This commit deprecates the NEWS file in favor of Planet Pidgin.
author Richard Laager <rlaager@wiktel.com>
date Sun, 26 Oct 2008 22:16:17 +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