summaryrefslogtreecommitdiff
path: root/gdb/gdbcmd.h
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>2000-02-03 04:14:45 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>2000-02-03 04:14:45 +0000
commit14558c99c9b3adcfd7ab7934392a7b958337a015 (patch)
treeb2e79b25f07d17787cf4551bcf1150420075b5d4 /gdb/gdbcmd.h
parent5ae8a6a77da8e5101aca60a1add4853b8225dc91 (diff)
downloadgdb-14558c99c9b3adcfd7ab7934392a7b958337a015.tar.gz
import gdb-2000-02-02 snapshot
Diffstat (limited to 'gdb/gdbcmd.h')
-rw-r--r--gdb/gdbcmd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/gdbcmd.h b/gdb/gdbcmd.h
index b801f08147e..0441f314ac8 100644
--- a/gdb/gdbcmd.h
+++ b/gdb/gdbcmd.h
@@ -20,6 +20,9 @@
#define GDBCMD_H 1
#include "command.h"
+#ifdef UI_OUT
+#include "ui-out.h"
+#endif
/* Chain containing all defined commands. */
@@ -108,6 +111,10 @@ execute_control_command PARAMS ((struct command_line *));
extern void print_command_line (struct command_line *, unsigned int,
struct ui_file *);
+#ifdef UI_OUT
+extern void print_command_lines PARAMS ((struct ui_out *,
+ struct command_line *, unsigned int));
+#endif
extern char **noop_completer PARAMS ((char *, char *));