Mark more functions and vars static.
[gnushogi.git] / gnushogi / commondsp.c
index 603143c..62e4655 100644 (file)
@@ -50,8 +50,8 @@
 #include "gnushogi.h"
 
 char mvstr[4][6];
-char *InPtr;
 int mycnt1, mycnt2;
+static char *InPtr;
 struct display *dsp = &raw_display;