view libpurple/purple-client.h @ 22689:269bba623a62

It appears that Yahoo! Japan has disabled protocol 0x0c and now require 0x0f. This enables logging into Yahoo! Japan again. Fixes #5557.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 19 Apr 2008 14:18:06 +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