view libpurple/purple-client.h @ 30251:eeee406244da

rpmlint was complaining about the \*Q and \*U included in finch's man page: W: manual-page-warning /usr/share/man/man1/finch.1.gz 62: warning: `Q' not defined W: manual-page-warning /usr/share/man/man1/finch.1.gz 62: warning: `U' not defined We/I don't know what they're for so I think we can ditch them as they have no obvious affect on the rendering.
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 08 Jul 2010 02:13: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