mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Estonian translation, .texi man pages.
This commit is contained in:
parent
7cf01ff10d
commit
64ddc393e1
71 changed files with 4337 additions and 445 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-04-13 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* iobuf.h: Removed iobuf_fopen.
|
||||
|
||||
2001-03-01 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* errors.h (G10ERR_UNU_SECKEY,G10ERR_UNU_PUBKEY): New
|
||||
|
|
|
@ -80,7 +80,6 @@ IOBUF iobuf_temp_with_content( const char *buffer, size_t length );
|
|||
IOBUF iobuf_open( const char *fname );
|
||||
IOBUF iobuf_fdopen( int fd, const char *mode );
|
||||
IOBUF iobuf_sockopen( int fd, const char *mode );
|
||||
IOBUF iobuf_fopen( const char *fname, const char *mode );
|
||||
IOBUF iobuf_create( const char *fname );
|
||||
IOBUF iobuf_append( const char *fname );
|
||||
IOBUF iobuf_openrw( const char *fname );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue