| commit | cce855bc5b117cb7ae70064131120687bc69fac0 | [log] [tgz] |
|---|---|---|
| author | Jari Aalto <jari.aalto@cante.net> | Fri Apr 17 19:52:44 1998 +0000 |
| committer | Jari Aalto <jari.aalto@cante.net> | Sat Sep 12 16:46:51 2009 +0000 |
| tree | 39c7a4ec8f6d22ef03df74f2684e6a04fef10399 | |
| parent | e8ce775db824de329b81293b4e5d8fbd65624528 [diff] [blame] |
Imported from ../bash-2.02.tar.gz.
diff --git a/error.h b/error.h index ea4b2ea..8af7005 100644 --- a/error.h +++ b/error.h
@@ -47,4 +47,7 @@ /* Report an internal error. */ extern void internal_error __P((const char *, ...)); +/* Report an internal warning. */ +extern void internal_warning __P((const char *, ...)); + #endif /* !_ERROR_H_ */