comparison src/convo.h @ 2417:5473c8c5378d

[gaim-migrate @ 2430] boo-yah! committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 03 Oct 2001 09:48:33 +0000
parents bdc74764245c
children 87d11d2a7d59
comparison
equal deleted inserted replaced
2416:61b816a7b467 2417:5473c8c5378d
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 19 *
20 */ 20 */
21 21
22 #ifndef _GAIMCONVO_H_ 22 #ifndef _CONVO_H_
23 #define _GAIMCONVO_H_ 23 #define _CONVO_H_
24 24
25 #include <gtk/gtk.h> 25 #include <gtk/gtk.h>
26 #include "gaim.h" 26 #include "gaim.h"
27 27
28 #include "pixmaps/tmp_send.xpm" 28 #include "pixmaps/tmp_send.xpm"
72 extern void send_callback(GtkWidget *, struct conversation *); 72 extern void send_callback(GtkWidget *, struct conversation *);
73 extern int close_callback(GtkWidget *, struct conversation *); 73 extern int close_callback(GtkWidget *, struct conversation *);
74 74
75 extern gboolean meify(char *); 75 extern gboolean meify(char *);
76 76
77 #endif 77 #endif /* _CONVO_H_ */