view src/gaim-client.h @ 12081:5a08737f76c6

[gaim-migrate @ 14378] sf patch #1355683, from Evan Schoenberg "As discussed in #gaim, static plugins are fairly broken at present... this may not be a fix for all possible plugins, but it certainly fixes all the prpls and the ssl plugin to be able to work. We need to call the plugin_load() function manually since plugins_probe() isn't going to do it..." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 14 Nov 2005 07:26:01 +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