Mercurial > gftp.yaz
diff src/uicommon/gftpui.h @ 775:c1144630c4f4
2006-7-19 Brian Masney <masneyb@gftp.org>
* src/gtk/gtkui.c src/text/textui.c src/uicommon/gftpui.c
src/uicommon/gftpui.h - change the cursor to a busy cursor when
the protocol functions are used (from Scott Reeves <sreeves@novell.com>)
(closes #305927)
author | masneyb |
---|---|
date | Thu, 20 Jul 2006 02:24:50 +0000 |
parents | 05c67a33b071 |
children | d6fdfcbdb056 |
line wrap: on
line diff
--- a/src/uicommon/gftpui.h Thu Jul 20 02:20:49 2006 +0000 +++ b/src/uicommon/gftpui.h Thu Jul 20 02:24:50 2006 +0000 @@ -167,6 +167,8 @@ void *gftpui_generic_thread ( void *(*run_function)(void *data), void *data); +void gftpui_show_busy (gboolean busy); + void gftpui_prompt_username ( void *uidata, gftp_request * request );