view libpurple/purple-client.h @ 27206:94fa9e38f366

This isn't needed because connection.c cancels the connection attempt by calling purple_proxy_connect_cancel_with_handle() before the gc is destroyed
author Mark Doliner <mark@kingant.net>
date Fri, 19 Jun 2009 01:36:58 +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