* printcmd.c: Remove define of function output_command.
* tracepoint.c: Remove extern of function output_command.
* valprint.h: (output_command): New extern.
+2013-01-08 Hui Zhu <hui_zhu@mentor.com>
+
+ * printcmd.c: Remove define of function output_command.
+ * tracepoint.c: Remove extern of function output_command.
+ * valprint.h: (output_command): New extern.
+
2013-01-07 Tom Tromey <tromey@redhat.com>
* objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
/* Prototypes for exported functions. */
-void output_command (char *, int);
-
void _initialize_printcmd (void);
/* Prototypes for local functions. */
extern char *(*deprecated_readline_hook) (char *);
extern void (*deprecated_readline_end_hook) (void);
-/* GDB commands implemented in other modules:
- */
-
-extern void output_command (char *, int);
-
/*
Tracepoint.c:
int quote_char, int c_style_terminator,
const struct value_print_options *options);
+extern void output_command (char *exp, int from_tty);
+
#endif