view libpurple/purple-client.h @ 29620:e7b9cf2f2386

Use an updated exchndl.dll that supports setting the log file path manually and external debug symbols (looks in the specified debug symbols dir and also for a <modulename>.dbgsym alongside <modulename>).
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 01 Nov 2009 04:56: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