aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-script.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/cli/cli-script.h')
-rw-r--r--gdb/cli/cli-script.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/cli/cli-script.h b/gdb/cli/cli-script.h
index 999c4e8..a430c4b 100644
--- a/gdb/cli/cli-script.h
+++ b/gdb/cli/cli-script.h
@@ -25,14 +25,6 @@ struct cmd_list_element;
extern void script_from_file (FILE *stream, const char *file);
-extern void document_command (char *, int);
-
-extern void define_command (char *, int);
-
-extern void while_command (char *arg, int from_tty);
-
-extern void if_command (char *arg, int from_tty);
-
extern void show_user_1 (struct cmd_list_element *c, char *prefix,
char *name, struct ui_file *stream);