view libpurple/purple-client.h @ 21163:50970c85709a

More updates to the man page. All of the Preferences dialog is complete.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Wed, 07 Nov 2007 17:22:36 +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