view libpurple/purple-client.h @ 22787:b7847aa66150

Move the Local Alias field into the User Options section of the account modification dialog. This hopefully will help reduce some confusion about the alias field.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Tue, 29 Apr 2008 16:50:12 +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