From b8afcc7b24a9497f15ffc4328bfba04658f07cbd Mon Sep 17 00:00:00 2001
From: jdishaw <jim@dishaw.org>
Date: Wed, 11 Mar 2015 22:30:32 -0400
Subject: [PATCH] Changed "static void plhrsh" to "void plhrsh" in src/plsym.c

- At this time, src/plmetafile.c needs plhrsh to render symbols
---
 src/plsym.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plsym.c b/src/plsym.c
index 6c2d45a..8f99443 100644
--- a/src/plsym.c
+++ b/src/plsym.c
@@ -75,7 +75,7 @@ static PLINT
 plcvec( PLINT ch, signed char **xygr );
 
 
-static void
+void
 plhrsh( PLINT ch, PLINT x, PLINT y );
 
 static void
@@ -349,7 +349,7 @@ c_plstring3( PLINT n, const PLFLT *x, const PLFLT *y, const PLFLT *z, const char
 //  defined.
 //--------------------------------------------------------------------------
 
-static void
+void
 plhrsh( PLINT ch, PLINT x, PLINT y )
 {
     EscText   args;
-- 
1.7.10.4

