view libpurple/purple-client.h @ 31452:30c0ce14388a

Add authserv support to IRC. Need a name to credit tomos with. Fixes #13337. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author lelongt@gmail.com
date Thu, 07 Apr 2011 02:17:57 +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