diff finch/libgnt/gnt.h @ 19171:9f7587b86b0d

propagate from branch 'tmpbranch' (head e6743aa2d424749cd40350df703d079ef61fd5ce) to branch 'im.pidgin.soc.2007.finchfeat' (head a87f346863ddc48e5705c2c555c7ed842325a9a3)
author Eric Polino <aluink@pidgin.im>
date Sun, 22 Jul 2007 01:28:19 +0000
parents c6282dc3fb9f 09db6fec9dce
children 4fd3547dd4ab
line wrap: on
line diff
--- a/finch/libgnt/gnt.h	Thu Jul 19 10:35:11 2007 +0000
+++ b/finch/libgnt/gnt.h	Sun Jul 22 01:28:19 2007 +0000
@@ -153,6 +153,7 @@
  * Spawn a different application that will consume the console.
  */
 gboolean gnt_giveup_console(const char *wd, char **argv, char **envp,
-		gint *stin, gint *stout, gint *sterr);
+		gint *stin, gint *stout, gint *sterr,
+		void (*callback)(int status, gpointer data), gpointer data);
 
 gboolean gnt_is_refugee(void);