diff options
author | Werner Koch <[email protected]> | 2007-06-20 11:16:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-06-20 11:16:42 +0000 |
commit | 09cc0ee7bebcdde9f5a40e827a9e29f9ae7fdf11 (patch) | |
tree | 7b5d692846eeed89f8c419814b791188488290fe /common/sysutils.h | |
parent | Made percent_escape more general. (diff) | |
download | gnupg-09cc0ee7bebcdde9f5a40e827a9e29f9ae7fdf11.tar.gz gnupg-09cc0ee7bebcdde9f5a40e827a9e29f9ae7fdf11.zip |
[w32] gpg-agent is now started automagically by gpgsm.
Diffstat (limited to 'common/sysutils.h')
-rw-r--r-- | common/sysutils.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/common/sysutils.h b/common/sysutils.h index 712991599..0e295f5d1 100644 --- a/common/sysutils.h +++ b/common/sysutils.h @@ -27,11 +27,9 @@ int disable_core_dumps (void); int enable_core_dumps (void); const unsigned char *get_session_marker (size_t *rlen); int check_permissions (const char *path,int extension,int checkonly); +void gnupg_sleep (unsigned int seconds); #ifdef HAVE_W32_SYSTEM -/* Windows declares sleep as obsolete, but provides a definition for - _sleep but non for the still existing sleep. */ -#define sleep(a) _sleep ((a)) #include "../jnlib/w32help.h" |