view src/gaim-client.h @ 12289:d4ffa29eaa4f

[gaim-migrate @ 14593] This renames the OSCAR file transfer documentation to not contain spaces. I've had to correct a few habits to make them space-safe, but this old dog can only learn so many new tricks. Renaming these will eliminate the only spaces I ever have to deal with. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Fri, 02 Dec 2005 01:08:30 +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