view libpurple/purple-client.h @ 25672:69495c6f12af

Fix advertised capabilities (caps, chatstates, entity time) Technically, this branch doesn't support entity time (since it's broken), but the change doesn't show up when merging and I'm going to forget otherwise.
author Paul Aurich <paul@darkrain42.org>
date Tue, 10 Feb 2009 04:39:16 +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