view libgaim/gaim-client.h @ 15325:ac460d00e235

[gaim-migrate @ 18116] baby steps toward having correct path handling...others can feel free to chime in and fix stuff committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 12 Jan 2007 22:48:13 +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