view libpurple/purple-client.h @ 23423:a2f63b74fe31

Alright, I'm getting rid of this "groups" thing for the reason listed in the comment. I really don't see how this could be correct, and it's possible it's causing problem discussed in this thread: http://pidgin.im/pipermail/devel/2008-June/006191.html
author Mark Doliner <mark@kingant.net>
date Thu, 03 Jul 2008 19:53:31 +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