view libpurple/purple-client.h @ 19637:5ee8869b5130

Ka-Hing reminded me that we should set the password to NULL when it's wrong.
author Mark Doliner <mark@kingant.net>
date Tue, 04 Sep 2007 06:45:32 +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