view libpurple/purple-client.h @ 23158:85f567c95af1

Buddy icons in the buddy list should not default to being marked idle. Thanks Twain28 for pointing this out to me on irc.
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 18 May 2008 22:02:43 +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