blob: 7ca720ee32e165640aa338dfef9e7bc498aefd6a [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 CURVES_H
6#define CURVES_H
7
8void Curves PROTO((void));
9void CurvesInit PROTO((void));
10
11floatish xpage PROTO((floatish));
12floatish ypage PROTO((floatish));
13
14#endif /* CURVES_H */