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:
Jeff Johnston
2004-02-23 19:26:14 +00:00
parent 8ee9a8b2e7
commit cbdeadcaa3
4 changed files with 150 additions and 1 deletions

View File

@ -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);