1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Preparing a release

This commit is contained in:
Werner Koch 2006-12-06 09:52:40 +00:00
parent 68629647f3
commit d8ff6704c8
56 changed files with 21043 additions and 10114 deletions

View file

@ -1,3 +1,7 @@
2006-12-04 Werner Koch <wk@g10code.com>
* iobuf.h (iobuf_t): New. That is the name we use in 2.0.
2006-09-28 David Shaw <dshaw@jabberwocky.com>
* compat.h: Move strsep prototype and ascii_isspace macro to from

View file

@ -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 {