view libpurple/purple-client.h @ 29997:1734ebbdb5cf

This change is also needed to make the "nm=" clickable links work.
author andrew.victor@mxit.com
date Wed, 19 May 2010 19:34:49 +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