--- src/usr.bin/make/buf.h 2005/01/24 05:07:34 1.17 +++ src/usr.bin/make/buf.h 2005/01/24 05:12:58 1.18 @@ -83,4 +83,6 @@ Buffer *Buf_Init(size_t); void Buf_Destroy(Buffer *, Boolean); void Buf_ReplaceLastByte(Buffer *, Byte); +void Buf_Append(Buffer *, const char []); + #endif /* buf_h_a61a6812 */