view libpurple/purple-client.h @ 24365:0bf04bded747

kluge pointed out that the segfault message still recommends people IM Sean and Luke directly, which we probably don't want. If we want anything, we should have a user contact page that talks about the IRC room and the mailing lists, but for now, I just took it out.
author Richard Laager <rlaager@wiktel.com>
date Sun, 02 Nov 2008 22:17:59 +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