Mercurial > pidgin
view libpurple/purple-client.h @ 19604:e6364b0679b0
I can't get this code to trigger. I think the conversion from
prpl-oscar to prpl-aim or prpl-icq happens earlier in the pipeline.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 03 Sep 2007 09:52:44 +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