view libpurple/purple-client.h @ 16349:f767d73699a9

Fixed some smileys in Yahoo!. I had these stored locally, glad I can commit now. :)
author Hylke Bons <hylkebons@gmail.com>
date Tue, 24 Apr 2007 08:30:03 +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