Mercurial > pidgin
view console/gntconv.h @ 14265:584cbd1628d0
[gaim-migrate @ 16947]
Added support for QQ faces. Thanks to csyfek@gmail.com for the images and protocol update.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Huetsch <markhuetsch> |
---|---|
date | Mon, 21 Aug 2006 07:17:40 +0000 |
parents | c65ed4f6eea8 |
children | f4af666fafe3 |
line wrap: on
line source
#ifndef _GNT_CONV_H #define _GNT_CONV_H #include "conversation.h" GaimConversationUiOps *gg_conv_get_ui_ops(void); void gg_conversation_init(void); void gg_conversation_uninit(void); #endif