view libpurple/purple-client.h @ 17619:22c848c81ccd

Now preserving the node on the (empty) disco#items replies. This is required for apps to add items on the correct nodes using signals.
author Andreas Monitzer <pidgin@monitzer.com>
date Tue, 03 Jul 2007 15:34: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