summaryrefslogtreecommitdiff
path: root/devel/bmake/files/buf.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bmake/files/buf.h')
-rw-r--r--devel/bmake/files/buf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bmake/files/buf.h b/devel/bmake/files/buf.h
index f35704e5fd0..03c4be4fbc6 100644
--- a/devel/bmake/files/buf.h
+++ b/devel/bmake/files/buf.h
@@ -1,4 +1,4 @@
-/* $NetBSD: buf.h,v 1.1.1.4 2009/09/18 20:55:23 joerg Exp $ */
+/* $NetBSD: buf.h,v 1.1.1.5 2015/05/19 21:36:43 joerg Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -114,5 +114,6 @@ Byte *Buf_GetAll(Buffer *, int *);
void Buf_Empty(Buffer *);
void Buf_Init(Buffer *, int);
Byte *Buf_Destroy(Buffer *, Boolean);
+Byte *Buf_DestroyCompact(Buffer *);
#endif /* _BUF_H */