view libpurple/purple-client.h @ 31857:c446bf0b83d2

Fix unsetting your mood when "None" is selected. (#7431) I have no way to test this because the official ICQ client doesn't support moods anymore.
author Mark Doliner <mark@kingant.net>
date Mon, 21 Mar 2011 07:38:06 +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