view libpurple/purple-client.h @ 23222:dbde19256cab

Fix the linkification. Also, remember the html-codes for a tag instead of always generating them everytime, and make sure a tag has both an opening and a closing tag. Thanks a lot to Dennis 'EvilDennisR' Ristuccia for detecting the cause of the problem.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 28 May 2008 05:04:02 +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