Install sccs headers and copyright notices.
[unix-history] / usr / src / usr.bin / tn3270 / api / disp_asc.h
index dd5b1f5..d930f64 100644 (file)
@@ -1,8 +1,10 @@
 /*
  * Define the translate tables used to go between 3270 display code
  * and ascii
 /*
  * Define the translate tables used to go between 3270 display code
  * and ascii
+ *
+ * @(#)disp_asc.h      1.3 (Berkeley) %G%
  */
 
 extern unsigned char
        disp_asc[256],          /* Goes between display code and ascii */
  */
 
 extern unsigned char
        disp_asc[256],          /* Goes between display code and ascii */
-       asc_disp[128];          /* Goes between ascii and display code */
+       asc_disp[256];          /* Goes between ascii and display code */