This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / usr.bin / elvis / ctype.c
index ac61183..fa0a7ba 100644 (file)
@@ -7,6 +7,8 @@
 #include "config.h"
 #include "ctype.h"
 
 #include "config.h"
 #include "ctype.h"
 
+void _ct_init P_((uchar *));
+
 uchar  _ct_toupper[256];
 uchar  _ct_tolower[256];
 uchar  _ct_ctypes[256];
 uchar  _ct_toupper[256];
 uchar  _ct_tolower[256];
 uchar  _ct_ctypes[256];