forked from Imagelibrary/binutils-gdb
2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
* defs.h (nquery, yquery): New prototypes.
* breakpoint.c (break_command_1): Use new nquery interface.
* utils.c (defaulted_query, nquery, yquery): New functions.
This commit is contained in:
@@ -405,6 +405,8 @@ extern void null_cleanup (void *);
|
||||
extern int myread (int, char *, int);
|
||||
|
||||
extern int query (const char *, ...) ATTR_FORMAT (printf, 1, 2);
|
||||
extern int nquery (const char *, ...) ATTR_FORMAT (printf, 1, 2);
|
||||
extern int yquery (const char *, ...) ATTR_FORMAT (printf, 1, 2);
|
||||
|
||||
extern void init_page_info (void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user