view libpurple/purple-client.h @ 17757:4e4007a7d92e

don't #include <libebook/e-book-listener.h>, it is apparently an implementation detail and not part of the libebook API, so we should not be including it (and it is not installed in recent e-d-s)
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 06 Jun 2007 19:28:25 +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