view libpurple/purple-client.h @ 30387:420907755a2f

OK, I'm sick of constantly finding functions that are not used anywhere. This should get rid of all unused functions and SNAC families. Thanks, ncc project!
author ivan.komarov@soc.pidgin.im
date Wed, 28 Jul 2010 17:43:58 +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