view libpurple/purple-client.h @ 22063:f808629a0123

Default for "do you want to add this buddy?" for oscar is now "no" instead of "none"
author Mark Doliner <mark@kingant.net>
date Fri, 11 Jan 2008 00:01:33 +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