view libpurple/purple-client.h @ 26941:e8795ced8c9b

Add two helper functions useful for matching the 'from' attribute on packets to either our server or our account.
author Paul Aurich <paul@darkrain42.org>
date Sat, 23 May 2009 17:42:34 +0000 (2009-05-23)
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