view libpurple/purple-client.h @ 18363:700b642631bc

Remove static meify from yahoochat.c and replace use of it with purple_message_meify, to which it was identical. Clarify the documentation of the latter slightly.
author Will Thompson <will.thompson@collabora.co.uk>
date Fri, 29 Jun 2007 19:36:31 +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