view src/gaim-client.h @ 11385:78cd70f4834c

[gaim-migrate @ 13612] a fairly straightforward patch from Sadrul Habib Chowdhury to make control-r reset the formatting in a conversation (very useful) with control-r (which I do not *think* will offend anyone as a default keystroke), and have it be changable via ~/.gtkrc-2.0. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 31 Aug 2005 15:07:46 +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