aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/iobuf.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index c2fdcb140..b73f0cb1c 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-04 Werner Koch <[email protected]>
+
+ * iobuf.h (iobuf_t): New. That is the name we use in 2.0.
+
2006-09-28 David Shaw <[email protected]>
* compat.h: Move strsep prototype and ascii_isspace macro to from
diff --git a/include/iobuf.h b/include/iobuf.h
index 0e3584c18..a1d58c9c6 100644
--- a/include/iobuf.h
+++ b/include/iobuf.h
@@ -36,6 +36,7 @@
#define IOBUFCTRL_USER 16
typedef struct iobuf_struct *IOBUF;
+typedef struct iobuf_struct *iobuf_t;
/* fixme: we should hide most of this stuff */
struct iobuf_struct {