view libpurple/purple-client.h @ 32111:fd409c3f026e

These two lines produce stray "yes"'s for me when I run configure with --enable-gevolution when I don't have the appropriate libraries installed
author Mark Doliner <mark@kingant.net>
date Sun, 12 Jun 2011 09:36:34 +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