view libpurple/purple-client.h @ 30465:31c2dd632ffa

Make wpurple_install_dir() (DATADIR) relative to the libpurple dll instead of the executable file that launched the process
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 31 Aug 2010 00:53:15 +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