2003-02-12 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / interps.h
index 21362f4ddec8c487fc5955fc7d12dc7f37785015..3954e5536711208c1b9f7d154f20204e65482efb 100644 (file)
@@ -39,7 +39,7 @@ typedef int (interp_resume_ftype) (void *data);
 typedef int (interp_suspend_ftype) (void *data);
 typedef int (interp_prompt_p_ftype) (void *data);
 typedef int (interp_exec_ftype) (void *data, const char *command);
-typedef int (interp_command_loop_ftype) (void *data);
+typedef void (interp_command_loop_ftype) (void *data);
 
 struct interp_procs
 {
This page took 0.024893 seconds and 4 git commands to generate.