view libpurple/purple-client.h @ 29600:bfaf039aed87

Change our Yahoo! JAPAN version and version ID's to match the official Yahoo! JAPAN client. I found these values when investigating the new global system message about old versions being decomissioned on 2010-03-30. This doesn't actually do anything other than make it harder to block us based on version.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Tue, 16 Mar 2010 06:20:05 +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