view libpurple/purple-client.h @ 25166:937d832f4d7f

Shaun Lindsay at Meebo tracked down a bug where this function reads past the end of the string if the input parameter ends in a space
author Mark Doliner <mark@kingant.net>
date Thu, 26 Feb 2009 03:44:58 +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