view src/away.h @ 8876:f0f6af31c90a

[gaim-migrate @ 9645] " This fixes a line of ugly pointer arithmetic that was causing errors with building zephyr on x86_64, and doesn't break x86 (at least). If it causes more problems, I'll submit another patch after wednesday." --Arun A Tharuvai committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 05 May 2004 20:31:58 +0000
parents e8aa46291f64
children db62420a53a2
line wrap: on
line source

#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_ */