view libpurple/purple-client.h @ 19538:6575ec8e1a97

Do not try to update a buddy in the buddylist when there's no buddylist. This fixes a crash EvilDennisR was getting. I was totally doubting him until he proved I was completely wrong.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 29 Aug 2007 23:43:36 +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