* tracepoint.c (deprecated_readline_begin_hook)
(deprecated_readline_hook, deprecated_readline_end_hook): Don't declare.
This commit is contained in:
parent
4eb5910882
commit
0edd9e3b86
@ -1,3 +1,9 @@
|
||||
2013-06-28 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* tracepoint.c (deprecated_readline_begin_hook)
|
||||
(deprecated_readline_hook, deprecated_readline_end_hook): Don't
|
||||
declare.
|
||||
|
||||
2013-06-28 Pedro Alves <palves@redhat.com>
|
||||
|
||||
PR tui/14880
|
||||
|
@ -87,10 +87,6 @@
|
||||
void (*deprecated_trace_find_hook) (char *arg, int from_tty);
|
||||
void (*deprecated_trace_start_stop_hook) (int start, int from_tty);
|
||||
|
||||
extern void (*deprecated_readline_begin_hook) (char *, ...);
|
||||
extern char *(*deprecated_readline_hook) (char *);
|
||||
extern void (*deprecated_readline_end_hook) (void);
|
||||
|
||||
/*
|
||||
Tracepoint.c:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user