diff options
-rw-r--r-- | src/gpg-error.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index 1bfe6a7..d925ab0 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -1098,10 +1098,10 @@ gpgrt_nve_t gpgrt_nvc_lookup (gpgrt_nvc_t cont, const char *name); * considering is stored there. FLAGS are used to allocate the * container. */ gpg_err_code_t gpgrt_nvc_parse (gpgrt_nvc_t *result, int *errlinep, - estream_t stream, unsigned int flags); + gpgrt_stream_t stream, unsigned int flags); /* Write a representation of the container CONT to STREAM. */ -gpg_err_code_t gpgrt_nvc_write (gpgrt_nvc_t cont, estream_t stream); +gpg_err_code_t gpgrt_nvc_write (gpgrt_nvc_t cont, gpgrt_stream_t stream); /* Return the next non-comment entry after ENTRY. If NAME is given * the next entry with that name is returned. */ |