view libpurple/purple-client.h @ 20817:38d7c849d444

datallah pointed out that using g_return_if_fail() is preferable to g_assert()ing.
author Will Thompson <will.thompson@collabora.co.uk>
date Tue, 09 Oct 2007 15:03:48 +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