view libpurple/purple-client.h @ 23344:e96502c0262e

Moved "Enable Account" to the top with "Manage Accounts", and always put a separator after them Also re-sorted Tools->Smiley to after Tools->Privacy
author Ka-Hing Cheung <khc@hxbc.us>
date Tue, 10 Jun 2008 06:23:35 +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