[BACK]Return to extern.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / tr

Diff for /src/usr.bin/tr/extern.h between version 1.3 and 1.4

version 1.3, 1996/06/26 05:41:49 version 1.4, 1997/07/25 21:14:03
Line 50 
Line 50 
 #define NCHARS  (UCHAR_MAX + 1)         /* Number of possible characters. */  #define NCHARS  (UCHAR_MAX + 1)         /* Number of possible characters. */
 #define OOBCH   (UCHAR_MAX + 1)         /* Out of band character value. */  #define OOBCH   (UCHAR_MAX + 1)         /* Out of band character value. */
   
 void     err __P((const char *fmt, ...));  
 int      next __P((STR *));  int      next __P((STR *));

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4