view libpurple/purple-client.h @ 25421:49d51dbcb799

Debug log is sent to stderr. Thanks to whoever noticed it in IRC the other day.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 04 Feb 2009 22:46:45 +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