view src/gaim-client.h @ 12308:1d4a05772625

[gaim-migrate @ 14612] Go back to using the insecure xor-based authentication for ICQ because I think some people's ICQ numbers will trigger problems when using MD5. Namely login error code 0x000c and error url http://www.aim.com/errors/INVALID_DB_FIELDS.html?ccode=us&lang=en committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 03 Dec 2005 20:24:17 +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