From 09cc0ee7bebcdde9f5a40e827a9e29f9ae7fdf11 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 20 Jun 2007 11:16:42 +0000 Subject: [w32] gpg-agent is now started automagically by gpgsm. --- common/sysutils.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'common/sysutils.h') 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" -- cgit v1.2.3