summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-05-14 00:43:38 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-05-14 00:43:38 +0000
commitbb9f20652998ec87d364c59de88169b531092558 (patch)
tree7d54387c07768c474a240c75e45f79d2b8a4db02 /ChangeLog
parentd46cba8a0b4f48aadeb44fd6fd035b03c94e7416 (diff)
downloadtinyproxy-bb9f20652998ec87d364c59de88169b531092558.tar.gz
tinyproxy-bb9f20652998ec87d364c59de88169b531092558.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68a0888..535f3df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-05-13 Robert James Kaes <rjkaes@flarenet.com>
+ * 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.