view libpurple/gaim-client.h @ 15695:c463709294f8

errno is a global thingy, and using it in this header seems to make the compiler think that errno isn't an int*. I dunno. The message is a little wonky, but I guess it makes sense. Anyway, the header matches the source now.
author Mark Doliner <mark@kingant.net>
date Sat, 24 Feb 2007 20:39:05 +0000
parents 5fe8042783c1
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