--- a/finch/libgnt/gnt.h Thu Jul 05 02:34:30 2007 +0000 +++ b/finch/libgnt/gnt.h Thu Jul 05 02:41:26 2007 +0000 @@ -112,7 +112,7 @@ /** * * @param label - * @param callback)() + * @param callback */ void gnt_register_action(const char *label, void (*callback)()); @@ -148,3 +148,11 @@ * @param string */ void gnt_set_clipboard_string(gchar *string); + +/** + * 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); + +gboolean gnt_is_refugee(void);