* rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
	change - add back extern deprecated_ui_loop_hook declaration.
+2004-06-28  Andrew Cagney  <cagney@gnu.org>
+
+       * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
+       change - add back extern deprecated_ui_loop_hook declaration.
+
 2004-06-28  Andrew Cagney  <cagney@gnu.org>
 
        * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
 
 static int angel_RDI_ExecuteOrStep(PointHandle *handle, word type, 
                                    unsigned ninstr)
 {
+  extern int (*deprecated_ui_loop_hook) (int);
   int err;
   adp_stopped_struct stopped_info;
   void* stateptr = (void *)&stopped_info;