Index: misc/proto.c
===================================================================
--- misc/proto.c	(revision ab831410f4986c6eb0768538abede9e201092183)
+++ misc/proto.c	(revision abd41092d39332dea06d1a8d7b089df56dc96529)
@@ -111,5 +111,5 @@
 }
 
-void GLCplot(void)
+void GLCplot(unsigned x, unsigned y, unsigned val)
 {
 }
@@ -139,13 +139,13 @@
 }
 
-void objclr(void)
-{
-}
-
-void objoff(void)
-{
-}
-
-void objon(void)
+void objclr(unsigned obj)
+{
+}
+
+void objoff(unsigned obj, unsigned line, unsigned num)
+{
+}
+
+void objon(unsigned obj, unsigned line, unsigned num)
 {
 }
@@ -238,5 +238,5 @@
 }
 
-void tsplot4(void)
+void tsplot4(int *obase, int nw, int fg, int row, int col, char *str, int pitch)
 {
 }
@@ -250,17 +250,17 @@
 }
 
-void vbank(void)
-{
-}
-
-void vclrav(void)
-{
-}
-
-void vcputs(void)
-{
-}
-
-void vcputsv(void)
+void vbank(unsigned b)
+{
+}
+
+void vclrav(unsigned *adr, unsigned row, unsigned col, unsigned atr, unsigned len)
+{
+}
+
+void vcputs(int *obase, int nw, int fg, int bg, int row, int col, char *str)
+{
+}
+
+void vcputsv(int *obase, int nw, int fg, int bg, int row, int col, char *str, int pitch)
 {
 }
@@ -282,41 +282,43 @@
 }
 
-void vputa(void)
-{
-}
-
-void vputc(void)
-{
-}
-
-void vputcv(void)
-{
-}
-
-void vputp(void)
-{
-}
-
-void vsetav(void)
-{
-}
-
-void vsetcv(void)
-{
-}
-
-void vsplot4(void)
-{
-}
-
-void vvputsv(void)
-{
-}
-
-void vwputp(void)
-{
-}
-
-void vwputs(void)
+void vputa(unsigned *sbase, unsigned row, unsigned col, unsigned attrib)
+{
+}
+
+void vputc(unsigned *sbase, unsigned row, unsigned col, unsigned c, unsigned attrib)
+{
+}
+
+void vputcv(unsigned *adr, unsigned row, unsigned col, unsigned char, unsigned atr, unsigned cols)
+{
+}
+
+void vputp(struct octent *octad, int xloc, int yloc, int val)
+{
+}
+
+void vsetav(unsigned *adr, unsigned row, unsigned col, unsigned atr, unsigned len)
+{
+}
+
+void vsetcv(unsigned *adr, unsigned row, unsigned col, unsigned cfb, unsigned len)
+{
+}
+
+void vsplot4(unsigned *obase, unsigned nw, unsigned fg, unsigned row, unsigned col, char *str,
+             unsigned pitch, unsigned ht, int cgtab[][256])
+{
+}
+
+void vvputsv(unsigned *obase, unsigned nw, unsigned fg, unsigned bg, unsigned row, unsigned col,
+             char *str, unsigned pitch, unsigned ht, int cgtab[][256])
+{
+}
+
+void vwputp(struct octent *octad, int xloc, int yloc, int val)
+{
+}
+
+void vwputs(int *obase, int nw, int fg, int bg, int row, int col, char *str)
 {
 }
