view libpurple/purple-client.h @ 23374:0efa36fe7d7c

Sprinkle @copydoc around to squash "ref could not be resolved" Doxygen warnings, making a bunch of links work.
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 15 Jun 2008 12:56:30 +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