view libpurple/purple-client.h @ 32178:da240637e309

I guess doxygen wants this struct to have a comment if prpl.h is going to have an explicit reference to it.
author Mark Doliner <mark@kingant.net>
date Sun, 18 Sep 2011 21:45:29 +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