Mercurial > pidgin
view libpurple/purple-client.h @ 20534:7e69275a4eef
oim migrated to new soap code, quadruply duplicated message!
the timestamp seems to be off too, but I didn't change that part at all, I
need to sleep now though
author | Ka-Hing Cheung <khc@hxbc.us> |
---|---|
date | Mon, 01 Oct 2007 07:20:35 +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