view libpurple/purple-client.h @ 17709:4b18cc7b6177

don't show your own alias (half the time) when in a chatroom where no one else's alias shows (protocols with OPT_PROTO_UNIQUE_CHATNAME set)
author Nathan Walp <nwalp@pidgin.im>
date Mon, 04 Jun 2007 13:35:26 +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