view libpurple/purple-client.h @ 18025:7790021b1270

add a PURPLE_MESSAGE_NO_LINKIFY to prevent things from getting linkified
author Nathan Walp <nwalp@pidgin.im>
date Fri, 01 Jun 2007 00:36:00 +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