diff options
author | Werner Koch <[email protected]> | 2006-12-06 09:52:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-12-06 09:52:40 +0000 |
commit | d8ff6704c8c19adc339bed224b5bd1ed3090673e (patch) | |
tree | 799ba7d809589433fc94273f0569c7d44b716ce0 /include | |
parent | Changing the way man pages are build. (diff) | |
download | gnupg-1.4.6.tar.gz gnupg-1.4.6.zip |
Preparing a releasegnupg-1.4.6
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/iobuf.h | 1 |
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 { |