diff options
Diffstat (limited to 'gdb/top.h')
-rw-r--r-- | gdb/top.h | 22 |
1 files changed, 3 insertions, 19 deletions
@@ -51,27 +51,11 @@ extern struct cleanup *prepare_execute_command (void); /* This function returns a pointer to the string that is used by gdb for its command prompt. */ -extern char *get_prompt (int); - -/* This function copies the specified string into the string that - is used by gdb for its command prompt. */ -extern void set_prompt (const char *, int level); - -/* This function returns a pointer to the string that is used - by gdb for its command prompt prefix. */ -extern char *get_prefix (int); - -/* This function copies the specified string into the string that - is used by gdb for its command prompt prefix. */ -extern void set_prefix (const char *, int); +extern char *get_prompt (void); /* This function returns a pointer to the string that is used - by gdb for its command prompt suffix. */ -extern char *get_suffix (int); - -/* This function copies the specified string into the string that - is used by gdb for its command prompt suffix. */ -extern void set_suffix (const char *, int); + by gdb for its command prompt. */ +extern void set_prompt (const char *s); /* From random places. */ extern int readnow_symbol_files; |