diff options
author | Werner Koch <wk@gnupg.org> | 2007-05-15 18:10:48 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-05-15 18:10:48 +0200 |
commit | 5f3bca96826fbaf9c4469a7eedef9294f4d74bfb (patch) | |
tree | dae425970a8c0dd0f77ab62c91b2700dfbaa811e /common/estream.h | |
parent | Preparing 2.0.4 (diff) | |
download | gnupg2-5f3bca96826fbaf9c4469a7eedef9294f4d74bfb.tar.xz gnupg2-5f3bca96826fbaf9c4469a7eedef9294f4d74bfb.zip |
Use estream_asprintf instead of the GNU asprintf.
Diffstat (limited to 'common/estream.h')
-rw-r--r-- | common/estream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/estream.h b/common/estream.h index aede40868..0d104723d 100644 --- a/common/estream.h +++ b/common/estream.h @@ -1,5 +1,5 @@ /* estream.h - Extended stream I/O/ Library - * Copyright (C) 2004 g10 Code GmbH + * Copyright (C) 2004, 2005, 2006, 2007 g10 Code GmbH * * This file is part of Libestream. * @@ -211,7 +211,6 @@ void es_opaque_set (estream_t ES__RESTRICT stream, void *ES__RESTRICT opaque); void *es_opaque_get (estream_t stream); - #ifdef GNUPG_MAJOR_VERSION int es_write_sanitized_utf8_buffer (estream_t stream, const void *buffer, size_t length, @@ -220,5 +219,6 @@ int es_write_sanitized_utf8_buffer (estream_t stream, #endif /*GNUPG_MAJOR_VERSION*/ + #endif /*ESTREAM_H*/ |