summaryrefslogtreecommitdiff
path: root/graphics/gplot/files/patch-hload.c
blob: f99cb053f3a605b870ffde761a7de451e95e29aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- hload.c.orig	Thu Jul 18 02:22:04 1991
+++ hload.c	Sat Jun 16 01:03:27 2007
@@ -5,6 +5,10 @@
 #include "defs.h"
 #define END_FLAG 0
 
+static do_vecs();
+static send_vecs();
+static dim_str();
+
 /* show a character */
 static show_char(font_no, char_no)
 int font_no, char_no;