--- src/usr.bin/make/buf.h 2005/01/24 05:12:58 1.18 +++ src/usr.bin/make/buf.h 2005/01/24 05:13:58 1.19 @@ -84,5 +84,6 @@ void Buf_Destroy(Buffer *, Boolean); void Buf_ReplaceLastByte(Buffer *, Byte); void Buf_Append(Buffer *, const char []); +void Buf_AppendRange(Buffer *, const char [], const char *); #endif /* buf_h_a61a6812 */