1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-21 14:47:03 +01:00

* keyserver.h: Add KEYSERVER_TIMEOUT.

This commit is contained in:
David Shaw 2004-10-13 18:32:17 +00:00
parent d603b7c3a1
commit ac51d6dbd4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-10-13 David Shaw <dshaw@jabberwocky.com>
* keyserver.h: Add KEYSERVER_TIMEOUT.
2004-09-30 David Shaw <dshaw@jabberwocky.com>
* util.h: Prototype destroy_dotlock(). From Werner on stable

View File

@ -1,5 +1,5 @@
/* keyserver.h
* Copyright (C) 2001, 2002 Free Software Foundation, Inc.
* Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
*
* This file is part of GNUPG.
*
@ -35,6 +35,7 @@
#define KEYSERVER_KEY_EXISTS 7 /* key already exists */
#define KEYSERVER_KEY_INCOMPLETE 8 /* key incomplete (EOF) */
#define KEYSERVER_UNREACHABLE 9 /* unable to contact keyserver */
#define KEYSERVER_TIMEOUT 10 /* timeout while accessing keyserver */
/* Must be 127 due to shell internal magic. */
#define KEYSERVER_SCHEME_NOT_FOUND 127