view libpurple/purple-client.h @ 23902:ec553eb9b5b1

One-canvas file for the status and tray icons, making a lot of files obsolete.
author Hylke Bons <hylkebons@gmail.com>
date Tue, 26 Aug 2008 15:46:40 +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