view libpurple/purple-client.h @ 20793:16d372f412e3

Fix a leak that occurs when getting the formatted buddy name under some conditions.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 05 Oct 2007 19:23:55 +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