view libpurple/purple-client.h @ 30624:0c41b5c08cdc

jabber: Oops, forgot to save the file before the last commit. The thumbnail code uses this function with alt==NULL
author Paul Aurich <paul@darkrain42.org>
date Thu, 17 Jun 2010 01:30:06 +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