view libpurple/purple-client.h @ 32586:3abf90b398fc

Re-enable the plugin sub-menus. Even though it's similar to the accounts code, it seems to work correctly, so there must be some other bug there.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 28 Jul 2009 01:50:42 +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