aboutsummaryrefslogtreecommitdiffstats
path: root/common/sysutils.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-12-03 13:05:15 +0000
committerWerner Koch <[email protected]>2007-12-03 13:05:15 +0000
commit033a2c0bc96c406bf324bff51891cfdefe42183e (patch)
treec15e16d8e55368f814d5011c4e84202c46509fa4 /common/sysutils.h
parentFixed make distcheck (diff)
downloadgnupg-033a2c0bc96c406bf324bff51891cfdefe42183e.tar.gz
gnupg-033a2c0bc96c406bf324bff51891cfdefe42183e.zip
Try to make sure that the standard descriptors are connected when calling
gpgsm.
Diffstat (limited to 'common/sysutils.h')
-rw-r--r--common/sysutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/sysutils.h b/common/sysutils.h
index c053e8fb9..44f7ca68c 100644
--- a/common/sysutils.h
+++ b/common/sysutils.h
@@ -46,6 +46,7 @@ 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);
+void gnupg_reopen_std (const char *pgmname);
#ifdef HAVE_W32_SYSTEM