view libpurple/purple-client.h @ 22612:c3189d5da3bf

autoconf started crying at me about "possibly undefined macro: PKG_CHECK_MODULES" this seems to fix it, oddly enough. I don't know if it will still find old versions of check now though. I guess it doesn't matter, it's not like many people actually bother to run "make check".
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 02 Apr 2008 13:35:09 +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