view libpurple/purple-client.h @ 29223:932f16167621

I already removed the other g_stat, so I don't think this one is needed either. No other prpl seems to need it. Also, xfer is always !NULL in this function.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 01 Jan 2010 08:40:29 +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