view libpurple/purple-client.h @ 17315:d9aaccef8721

Send typing notifications (tested). Added msim_send_bm() to send a generic buddy message, used by msim_send_im() and msim_send_typing().
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Tue, 12 Jun 2007 03:40:38 +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