view libpurple/purple-client.h @ 24221:0a25d4ed981b

Patch from Luke Bratch: ". . . patches libpruple/protocols/yahoo/yahoo.h so that clicking on new mail notifications in Pidgin opens a logged in Yahoo Mail instead of the login screen. Correct URL [found] by looking at what URL the official client opens." committer: John Bailey <rekkanoryo@rekkanoryo.org>
author Luke Bratch <l_bratch@yahoo.co.uk>
date Tue, 21 Oct 2008 01:08:13 +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