view src/gaim-client.h @ 11494:3314953511de

[gaim-migrate @ 13738] Some whitespace changes, from my editor. Perhaps I should add it to the COPYRIGHT file? Also, sadrul writes: Hello. The icon in the conversation-tabs don't alway change when the status of a buddy changes. This patch fixes that. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sat, 10 Sep 2005 20:41:20 +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