view libpurple/purple-client.h @ 23293:dd195003288a

Don't start sending the local file until after recieving the <streamhost-used/> response. Also fix some scenarios where the local streamhost wasn't being cleaned up. Fixes #5563.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 05 Jun 2008 20:02: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