view src/gaim-client.h @ 13406:3033597a4059

[gaim-migrate @ 15781] Index the .log files from the old logger. This works properly (rebuilds the index) if the .log files are modified. I'll be submitting a patch to the Guifications Plugin Pack to have the oldlogger plugin update the index as it goes. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 06 Mar 2006 21:08:16 +0000
parents 2078f65a8e98
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