view libpurple/purple-client.h @ 27887:de7f6fd04298

Move this check inside the else condition. The other half of the if statement guarrantees that slpmsg will be non-NULL, this is a very tiny optimization, but it's also cleaner
author Mark Doliner <mark@kingant.net>
date Wed, 12 Aug 2009 23:13:47 +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