view libpurple/purple-client.h @ 28670:39a48c780bcb

pidgin: Change the 'disabled' look in the Send To menu to apply to all offline buddies in a contact. I think this is more useful and seems reasonable now that most protocols (at least the ones I use) support offline messages. Closes #5464.
author Paul Aurich <paul@darkrain42.org>
date Sun, 29 Nov 2009 03:19:51 +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