view libpurple/purple-client.h @ 16065:0db4eca4a3e0

I noticed some places where we were doing the whole "if (!NULL) then free()" thing.
author Mark Doliner <mark@kingant.net>
date Wed, 11 Apr 2007 15:45: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