view libgaim/gaim-client.h @ 15141:66c857a355b4

[gaim-migrate @ 17927] Stephen Pope in #gaim found a bug in our perl stuff where we were creating some hash tables that used g_direct_hash instead of g_str_hash committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 09 Dec 2006 20:11:43 +0000
parents 60b1bc8dbf37
children
line wrap: on
line source

#ifndef _GAIM_CLIENT_H_INCLUDED_
#define _GAIM_CLIENT_H_INCLUDED_

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

G_BEGIN_DECLS

void gaim_init(void);

G_END_DECLS

#endif