view libpurple/purple-client.h @ 31577:9a23c70bdb7a

Get the P2P version based on the user. Still hard-coded as v1 though.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 09 May 2011 08:06:27 +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