diff options
Diffstat (limited to 'graphics/gplot/files/patch-hload.c')
-rw-r--r-- | graphics/gplot/files/patch-hload.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gplot/files/patch-hload.c b/graphics/gplot/files/patch-hload.c new file mode 100644 index 000000000000..f99cb053f3a6 --- /dev/null +++ b/graphics/gplot/files/patch-hload.c @@ -0,0 +1,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; |