blob: d38518d699533c2208d229d7e32110d453368a1e [file] [log] [blame]
nethercote5912c812004-02-15 15:38:08 +00001/* 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
nethercotec9f36922004-02-14 16:40:02 +00005#ifndef ERROR_H
6#define ERROR_H
7
nethercotea0b77912004-06-02 20:43:24 +00008extern void Error PROTO((const char *, ...));
9extern void Disaster PROTO((const char *, ...));
10extern void Usage PROTO((const char *));
nethercotec9f36922004-02-14 16:40:02 +000011
12#endif /* ERROR_H */