aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/top.h')
-rw-r--r--gdb/top.h22
1 files changed, 3 insertions, 19 deletions
diff --git a/gdb/top.h b/gdb/top.h
index 3c1ec14..e36201c 100644
--- a/gdb/top.h
+++ b/gdb/top.h
@@ -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;