view libpurple/purple-client.h @ 27410:beb9f969d06e

s/_Advanced/Ad_vanced/ and s/_Proxy/P_roxy/ in the tabs of the Add/Modify Account dialog. Removes some couple accelerator clashes. References #9638
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 07 Jul 2009 18:18:56 +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