view console/gntconv.h @ 14306:a8a0b10be4fb

[gaim-migrate @ 16996] I am still shooting in the dark, but this may fix Luke's crashes for real. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 23 Aug 2006 05:16: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