view libpurple/purple-client.h @ 28243:28485b9ea656

Simplify. A lot of these checks aren't necessary because msn_table_new() always creates these hash tables.
author Mark Doliner <mark@kingant.net>
date Thu, 13 Aug 2009 02:32:33 +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