view src/gaim-client.h @ 13275:4f8c85836b41

[gaim-migrate @ 15641] Make some stuff use gsize instead of int. This seems more correct. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 13 Feb 2006 17:33:32 +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