view src/gaim-client.h @ 11517:d37a45a53106

[gaim-migrate @ 13762] Ignore provisional responses - those are send by asterisk on register. Thanks to Cosimo Alfarano for reporting and sending a debug log committer: Tailor Script <tailor@pidgin.im>
author Thomas Butter <tbutter>
date Sun, 11 Sep 2005 17:15:16 +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