diff options
Diffstat (limited to 'gdbsupport/errors.h')
| -rw-r--r-- | gdbsupport/errors.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdbsupport/errors.h b/gdbsupport/errors.h index da13482..f8f6c15 100644 --- a/gdbsupport/errors.h +++ b/gdbsupport/errors.h @@ -87,4 +87,8 @@ extern void perror_with_name (const char *string) ATTRIBUTE_NORETURN; extern void malloc_failure (long size) ATTRIBUTE_NORETURN; +/* Flush stdout and stderr. Must be provided by the client. */ + +extern void flush_streams (); + #endif /* COMMON_ERRORS_H */ |
