view libpurple/purple-client.h @ 22846:f09acca60066

Patch from sadrul to fix IRC servers which neglect to send RPL_LISTSTART (321) before sending their channel list with RPL_LIST (322). Fixes #2225
author Ethan Blanton <elb@pidgin.im>
date Mon, 05 May 2008 14:56:36 +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