Move target object files to target subdirectory
[deliverable/binutils-gdb.git] / gdb / interps.h
index 09d1314d22b4de4fc408eb0fc86a9664a6d6c121..2a0ee0b53f168664143f79a0c0e2186551c3c491 100644 (file)
@@ -35,8 +35,6 @@ typedef struct interp *(*interp_factory_func) (const char *name);
 extern void interp_factory_register (const char *name,
                                     interp_factory_func func);
 
-extern int interp_resume (struct interp *interp);
-extern int interp_suspend (struct interp *interp);
 extern struct gdb_exception interp_exec (struct interp *interp,
                                         const char *command);
 
@@ -102,7 +100,6 @@ extern void set_top_level_interpreter (const char *name);
 
 extern struct ui_out *interp_ui_out (struct interp *interp);
 extern const char *interp_name (struct interp *interp);
-extern struct interp *interp_set_temp (const char *name);
 
 /* Temporarily set the current interpreter, and reset it on
    destruction.  */
This page took 0.024272 seconds and 4 git commands to generate.