view libpurple/purple-client.h @ 24334:d402644d0f98

slplink->swboard will only be null if slplink->session is null. This should never happen, so this should be a g_return_if_fail() and not just a simple if(bad)return;
author Mark Doliner <mark@kingant.net>
date Thu, 13 Nov 2008 06:28:03 +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