view console/gntconv.h @ 14453:0af643d766bd

[gaim-migrate @ 17167] Breaking from case statements to prevent fall-through which causes an extra va_arg to be extracted is kind of important. I think I'll do that here. (Thanks to Josh Blanton) committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Tue, 05 Sep 2006 13:55:50 +0000
parents f4af666fafe3
children 81650a27f253
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);

/* Set a conversation as active in a contactized conversation */
void gg_conversation_set_active(GaimConversation *conv);

#endif