[BACK]Return to buf.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / make

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/make/buf.h between version 1.7 and 1.8

version 1.7, 1996/12/31 17:53:22 version 1.8, 1999/09/15 04:16:31
Line 69  typedef struct Buffer {
Line 69  typedef struct Buffer {
   
 void Buf_OvAddByte __P((Buffer, int));  void Buf_OvAddByte __P((Buffer, int));
 void Buf_AddBytes __P((Buffer, int, const Byte *));  void Buf_AddBytes __P((Buffer, int, const Byte *));
 void Buf_UngetByte __P((Buffer, int));  
 void Buf_UngetBytes __P((Buffer, int, Byte *));  
 int Buf_GetByte __P((Buffer));  
 int Buf_GetBytes __P((Buffer, int, Byte *));  
 Byte *Buf_GetAll __P((Buffer, int *));  Byte *Buf_GetAll __P((Buffer, int *));
 void Buf_Discard __P((Buffer, int));  void Buf_Discard __P((Buffer, int));
 int Buf_Size __P((Buffer));  int Buf_Size __P((Buffer));

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>