view console/gntconv.h @ 14360:c196a30f645f

[gaim-migrate @ 17066] Kevin pointed out that this wasn't allowing Windows 6.0 (only 6.1) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 27 Aug 2006 22:51: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