view libpurple/purple-client.h @ 18496:f4d05584369e

Fix up writing-im-msg and writing-chat-msg to use a marshaller which treats the fifth argument as a guint (as is documented) rather than a pointer. See ticket #2081.
author Will Thompson <will.thompson@collabora.co.uk>
date Thu, 12 Jul 2007 12:13:20 +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