diff src/away.h @ 8476:e8aa46291f64

[gaim-migrate @ 9209] This adds a "Back" menu item to AIM. I think it disappared when I did the invisibility thing. This is ugly, but it should all change when Chip finishes his status rewrite. So he'll just want to remove the current away.h completely... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 20 Mar 2004 15:44:35 +0000
parents
children db62420a53a2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/away.h	Sat Mar 20 15:44:35 2004 +0000
@@ -0,0 +1,12 @@
+#ifndef _GAIM_AWAY_H_
+#define _GAIM_AWAY_H_
+
+#define GtkWidget int
+
+int this_file;
+
+#define A_BIG_HACK this_file;
+
+extern void do_im_back(GtkWidget *, GtkWidget *);
+
+#endif /* _GAIM_AWAY_H_ */