view libpurple/purple-client.h @ 16220:68114539cdf7

Patch from SuperMMX, "I would like to be able to rename (alias) my selected buddies with F2. It would be consistent with renaming files in Nautilus." Fixes #95
author Mark Doliner <mark@kingant.net>
date Tue, 17 Apr 2007 05:48:59 +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