Fix various GCC warnings.

This commit is contained in:
Andrew Cagney
2000-03-29 00:51:17 +00:00
parent 692590c19f
commit 80ce1ecb70
4 changed files with 16 additions and 3 deletions

View File

@@ -693,4 +693,8 @@ extern struct breakpoint *set_breakpoint_sal PARAMS ((struct symtab_and_line));
deletes all breakpoints. */
extern void delete_command (char *arg, int from_tty);
/* Pull all H/W watchpoints from the target. Return non-zero if the
remove fails. */
extern int remove_hw_watchpoints (void);
#endif /* !defined (BREAKPOINT_H) */