view libpurple/purple-client.h @ 29806:56b67321b7c6

Print the thumbnail along with the offer message in the conversation
author Marcus Lundblad <ml@update.uu.se>
date Thu, 22 Oct 2009 21:21:47 +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