diff options
author | Werner Koch <[email protected]> | 2004-04-13 09:45:35 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-04-13 09:45:35 +0000 |
commit | aaac5dd2dca6dc1bcd2367a93e6d9713379121d7 (patch) | |
tree | f2ce3786aa0d795a4513744fa31b2d3ee1703e2f /sm/gpgsm.h | |
parent | (copy_and_escape): Relaxed quoting. (diff) | |
download | gnupg-aaac5dd2dca6dc1bcd2367a93e6d9713379121d7.tar.gz gnupg-aaac5dd2dca6dc1bcd2367a93e6d9713379121d7.zip |
* misc.c (setup_pinentry_env): New.
* import.c (popen_protect_tool): Call it.
* export.c (popen_protect_tool): Call it.
Diffstat (limited to '')
-rw-r--r-- | sm/gpgsm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index d3fbc03ef..a06bfa482 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -299,6 +299,8 @@ int gpgsm_dirmngr_run_command (ctrl_t ctrl, const char *command, int argc, char **argv); +/*-- misc.c --*/ +void setup_pinentry_env (void); |