view src/gaim-client.h @ 12482:bd5b3f82dd8e

[gaim-migrate @ 14794] MSN seems to be the only protocol that duplicates the screenname in the imhtml in the Get Info box. I find this annoying, especially since it's so large. For consistency reasons, and since it's not useful (given it's duplicated), I'm removing it. Slap me if this is wrong. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 14 Dec 2005 18:24:11 +0000
parents 66f872f30e40
children 2078f65a8e98
line wrap: on
line source

#ifndef _LIBGAIM_H_INCLUDED_
#define _LIBGAIM_H_INCLUDED_

#include <glib.h>
#include "gaim-client-bindings.h"

G_BEGIN_DECLS

void gaim_init(void);

G_END_DECLS

#endif