blob: 8ee6e6862d08316ce7b08f1bc9fbb111f47f006c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- spice/common/src/lib/fte/graf.c.orig Sun Jan 30 03:46:21 1994
+++ spice/common/src/lib/fte/graf.c Fri Dec 22 20:12:25 2006
@@ -49,6 +49,9 @@
#define MAXTICS 100
double *readtics();
+static int drawlegend();
+static int gr_resize_internal();
+
#define XFACTOR 2 /* How much to expand the X scale during iplot. */
#define YFACTOR 1.5 /* How much to expand the Y scale during iplot. */
|