view libpurple/purple-client.h @ 20902:680e1319b464

Patch from Kramer to boldify the text in tab-titles when the user is typing and there are unread messages in the conversation. Closes #3464.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 12 Oct 2007 20:17:24 +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