mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
36 lines
695 B
Plaintext
36 lines
695 B
Plaintext
$NetBSD: patch-av,v 1.1 2006/10/28 08:46:13 mlelstv Exp $
|
|
|
|
--- src/lib/fte/graf.c.orig 1993-01-05 22:43:44.000000000 +0100
|
|
+++ src/lib/fte/graf.c
|
|
@@ -25,6 +25,9 @@ Author: 1988 Jeffrey M. Hsu
|
|
#include "ftedev.h"
|
|
#include "suffix.h"
|
|
|
|
+static void drawlegend();
|
|
+static void gr_resize_internal();
|
|
+
|
|
extern struct dbcomm *dbs; /* for iplot */
|
|
|
|
/* note: let's try to get rid of these */
|
|
@@ -427,7 +430,7 @@ GRAPH *graph;
|
|
|
|
}
|
|
|
|
-static
|
|
+static void
|
|
drawlegend(graph, plotno, dv)
|
|
GRAPH *graph;
|
|
int plotno;
|
|
@@ -546,8 +549,9 @@ GRAPH *graph;
|
|
|
|
}
|
|
|
|
-static gr_resize_internal(graph)
|
|
-GRAPH *graph;
|
|
+static void
|
|
+gr_resize_internal(graph)
|
|
+ GRAPH *graph;
|
|
{
|
|
|
|
if (!graph->grid.xsized)
|