view libpurple/purple-client.h @ 21757:92ae7b2c95ed

Don't set the color for the group node text, now that we're not setting its background
author Sean Egan <seanegan@gmail.com>
date Tue, 04 Dec 2007 08:25:58 +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