view libpurple/purple-client.h @ 23654:46da06b6b4ce

Disable sending files to MSN contacts using the web messenger. Not sure whether Mobile/Direct should be disabled, too?
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Thu, 24 Jul 2008 04:15:13 +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