view libpurple/purple-client.h @ 17875:9edab4849ba8

Fixed a leak in the PEP code that leaked PEP nodes when the server doesn't support this XEP.
author Andreas Monitzer <pidgin@monitzer.com>
date Tue, 19 Jun 2007 23:54:52 +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