src/away.h

Wed, 02 Jun 2004 00:44:51 +0000

author
Tim Ringenbach <marv@pidgin.im>
date
Wed, 02 Jun 2004 00:44:51 +0000
changeset 9161
0561de0af1c6
parent 8476
45ab15a421d8
child 9713
bb37562302a1
permissions
-rw-r--r--

[gaim-migrate @ 9946]
wing added support for yahoo profiles in, well pretty much every language.
Looks pretty impressive to me.

Someone may want to double check his src/util.c changes. I think we have
some crazy patch writers who know those functions better than me.
This also introduces a couple of warning because wing didn't add his new
util.c function to util.h. Rather than adding it myself, I'm going to bug
him to add it and document it.

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

mercurial