view libpurple/purple-client.h @ 24392:d1211d64c825

Didn't mean to check this assert in. I mean, it's probably bad if it happens. I think it'll lead to a crash later on. Or at least some invalid memory accesses.
author Mark Doliner <mark@kingant.net>
date Thu, 13 Nov 2008 06:30: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