From bb9f20652998ec87d364c59de88169b531092558 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Tue, 14 May 2002 00:43:38 +0000 Subject: Moved the definition of the struct buffer_s into the buffer.c file and out of the buffer.h file. This also required the removal of the BUFFER_SIZE macro, and replace it with the buffer_size() function. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 68a0888..535f3df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-05-13 Robert James Kaes + * src/buffer.h (_TINYPROXY_BUFFER_H_): Moved the definition of the + buffer_s structure. Data hiding is a good thing. Also, replaced + the BUFFER_SIZE macro with a buffer_size() function. + * src/vector.c: Added the "tail" pointer to make insertions more efficient. -- cgit v1.2.3