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

Diff for /src/usr.bin/window/Attic/ww.h between version 1.5 and 1.6

version 1.5, 1996/11/25 13:12:19 version 1.6, 1997/02/25 00:04:36
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
 /*      $NetBSD: ww.h,v 1.8 1996/02/08 21:48:51 mycroft Exp $   */  /*      $NetBSD: ww.h,v 1.9 1996/10/12 23:46:23 christos Exp $  */
   
 /*  /*
  * Copyright (c) 1983, 1993   * Copyright (c) 1983, 1993
Line 46 
Line 46 
 #endif  #endif
 #include <setjmp.h>  #include <setjmp.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <machine/endian.h>  
   
 #define NWW     30              /* maximum number of windows */  #define NWW     30              /* maximum number of windows */
   
Line 315 
Line 314 
 void wwquit();  void wwquit();
 char **wwalloc();  char **wwalloc();
 char *wwerror();  char *wwerror();
   
         /* c library functions */  
 char *malloc();  
 char *calloc();  
 char *getenv();  
 char *tgetstr();  
 char *rindex();  
 char *strcpy();  
 char *strcat();  
   
 #undef MIN  #undef MIN
 #undef MAX  #undef MAX

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6