view src/gaim-client.h @ 13243:70809b5c5f86

[gaim-migrate @ 15609] This debug log crashed because it a %s was passed NULL. The source of such malformedness should be fixed, but making the log not crash means we can see what's happening. committer: Tailor Script <tailor@pidgin.im>
author Evan Schoenberg <evan.s@dreskin.net>
date Sun, 12 Feb 2006 16:28:17 +0000
parents 2078f65a8e98
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