view libpurple/purple-client.h @ 25046:e316de5f75a3

Work around the buggy Aspell dictionary installers by cleaning up after them. Also, add a /NOPIDGINRUNCHECK=1 flag to override the running process check. (useful for testing). Fixes #8099
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 03 Feb 2009 02:42:54 +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