diff -r 3512d54630f9 -r 47f654fb5134 src/gtkconv.h --- a/src/gtkconv.h Mon Jun 02 18:19:26 2003 +0000 +++ b/src/gtkconv.h Mon Jun 02 19:37:23 2003 +0000 @@ -190,6 +190,13 @@ /************************************************************************** * @name GTK+ Conversation API **************************************************************************/ +/*@{*/ + +/** + * Initializes the GTK+ conversation system. + */ +void gaim_gtk_conversation_init(void); + /** * Returns the UI operations structure for GTK windows. * @@ -220,11 +227,6 @@ void gaim_gtkconv_toggle_spellchk(void); /** - * Toggles the presence of close buttons on tabs - */ -void gaim_gtkconv_toggle_close_buttons(void); - -/** * Updates the buddy icon on a conversation. * * @param conv The conversation. @@ -327,4 +329,6 @@ */ int gaim_gtkconv_get_dest_tab_at_xy(struct gaim_window *win, int x, int y); +/*@}*/ + #endif /* _GAIM_GTK_CONVERSATION_H_ */