nethercote | 5912c81 | 2004-02-15 15:38:08 +0000 | [diff] [blame] | 1 | /* This file is part of hp2ps, a graph drawer for memory profiles. |
| 2 | Copyright (C) 2002 The University Court of the University of Glasgow. |
| 3 | This program is governed by the license contained in the file LICENSE. */ |
| 4 | |
nethercote | c9f3692 | 2004-02-14 16:40:02 +0000 | [diff] [blame] | 5 | #ifndef ERROR_H |
| 6 | #define ERROR_H |
| 7 | |
nethercote | a0b7791 | 2004-06-02 20:43:24 +0000 | [diff] [blame] | 8 | extern void Error PROTO((const char *, ...)); |
| 9 | extern void Disaster PROTO((const char *, ...)); |
| 10 | extern void Usage PROTO((const char *)); |
nethercote | c9f3692 | 2004-02-14 16:40:02 +0000 | [diff] [blame] | 11 | |
| 12 | #endif /* ERROR_H */ |