* tracepoint.c: add declaration for x_command
authorKeith Seitz <keiths@cygnus>
Wed, 3 Dec 1997 20:45:12 +0000 (20:45 +0000)
committerKeith Seitz <keiths@cygnus>
Wed, 3 Dec 1997 20:45:12 +0000 (20:45 +0000)
       * printcmd.c (x_command): remove static declaration

gdb/ChangeLog
gdb/tracepoint.c

index 8ac9c2bd1340884b63c49cb580c62eaa323688f1..cb6039b5d9e7f6049aca0171d5a6e3617e4b4f5e 100644 (file)
@@ -1,3 +1,9 @@
+Wed Dec  3 12:44:15 1997  Keith Seitz  <keiths@onions.cygnus.com>
+
+       * tracepoint.c: add declaration for x_command
+
+       * printcmd.c (x_command): remove static declaration
+
 Wed Dec  3 12:00:42 1997  Michael Snyder  (msnyder@cleaver.cygnus.com)
 
        * tracepoint.c (finish_tfind_command): call do_display so that
index 4de163a7b0ecd90cf6888fb9c052639347ce248a..f0985417f1208d50599a65990c77943681fbb4f8 100644 (file)
@@ -44,6 +44,7 @@ extern int info_verbose;
 extern void (*readline_begin_hook) PARAMS ((char *, ...));
 extern char * (*readline_hook) PARAMS ((char *));
 extern void (*readline_end_hook) PARAMS ((void));
+extern void x_command PARAMS ((char *, int));
 
 /* If this definition isn't overridden by the header files, assume
    that isatty and fileno exist on this system.  */