view src/away.h @ 8478:824b871355b9

[gaim-migrate @ 9211] We're now using the non-deprecated AC_INIT() parameter set. It does mean one more location where we have to put the version number, but it's only 2 lines above the other, so it's no big deal. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 21 Mar 2004 05:38:20 +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_ */