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