view libpurple/purple-client.h @ 23384:6775c08060b9

Allow multiple spellcheck dictionaries to be installed at the same time on win32. This is really only useful if you're using the switchspell plugin. Fixes #6151
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 23 Jun 2008 15:33:44 +0000
parents 32c366eeeb99
children
line wrap: on
line source

#ifndef _PURPLE_CLIENT_H_INCLUDED_
#define _PURPLE_CLIENT_H_INCLUDED_

#include <glib.h>
#include "purple-client-bindings.h"

G_BEGIN_DECLS

void purple_init(void);

G_END_DECLS

#endif