diff options
author | Werner Koch <[email protected]> | 2007-08-22 10:55:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-08-22 10:55:07 +0000 |
commit | f81f521a72ccbccf2b66c4b7ce96021de90c9e29 (patch) | |
tree | d5335291ab12819087ea12e250cbf4241c703749 /common/sysutils.h | |
parent | Post release version number bump (diff) | |
download | gnupg-f81f521a72ccbccf2b66c4b7ce96021de90c9e29.tar.gz gnupg-f81f521a72ccbccf2b66c4b7ce96021de90c9e29.zip |
Updated estream.
More changes for Windows.
Diffstat (limited to 'common/sysutils.h')
-rw-r--r-- | common/sysutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/sysutils.h b/common/sysutils.h index 42bf58b9c..2a3666882 100644 --- a/common/sysutils.h +++ b/common/sysutils.h @@ -41,6 +41,7 @@ const unsigned char *get_session_marker (size_t *rlen); void gnupg_sleep (unsigned int seconds); int translate_sys2libc_fd (gnupg_fd_t fd, int for_write); int translate_sys2libc_fd_int (int fd, int for_write); +FILE *gnupg_tmpfile (void); #ifdef HAVE_W32_SYSTEM |