]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/gdbcmd.h
import gdb-2000-02-01 snapshot
[thirdparty/binutils-gdb.git] / gdb / gdbcmd.h
index af4fcf6199f9abad3251f6f3dd29c960966f47c2..b801f08147e563facce0ac428b4bae622b55c42e 100644 (file)
@@ -1,5 +1,5 @@
 /* Header file for GDB-specific command-line stuff.
-   Copyright 1986, 1989, 1990, 1992 Free Software Foundation, Inc.
+   Copyright 1986, 1989, 1990, 1992, 2000 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -106,8 +106,8 @@ execute_command PARAMS ((char *, int));
 enum command_control_type
 execute_control_command PARAMS ((struct command_line *));
 
-extern void
-print_command_line PARAMS ((struct command_line *, unsigned int, GDB_FILE *));
+extern void print_command_line (struct command_line *, unsigned int,
+                               struct ui_file *);
 
 extern char **noop_completer PARAMS ((char *, char *));