aboutsummaryrefslogtreecommitdiffstats
path: root/common/keyserver.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-08-16 10:47:53 +0000
committerWerner Koch <[email protected]>2006-08-16 10:47:53 +0000
commitb744f963d7061ce55d2eed65b281298476e54fb7 (patch)
tree6e8ccb3c39a45c16b4ca6cdb2273eb3b8bc2a888 /common/keyserver.h
parentChanged HTTP API. (diff)
downloadgnupg-b744f963d7061ce55d2eed65b281298476e54fb7.tar.gz
gnupg-b744f963d7061ce55d2eed65b281298476e54fb7.zip
With --enable-gpg the keyservers are now build and a first test using gpg2
shows no prblems. Needs more testing of course.
Diffstat (limited to '')
-rw-r--r--common/keyserver.h (renamed from include/keyserver.h)8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/keyserver.h b/common/keyserver.h
index 7bd12625e..3a8f5f43c 100644
--- a/include/keyserver.h
+++ b/common/keyserver.h
@@ -1,4 +1,4 @@
-/* keyserver.h
+/* keyserver.h - Public definitions for gpg keyserver helpers.
* Copyright (C) 2001, 2002 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
@@ -19,8 +19,8 @@
* USA.
*/
-#ifndef _KEYSERVER_H_
-#define _KEYSERVER_H_
+#ifndef GNUPG_COMMON_KEYSERVER_H
+#define GNUPG_COMMON_KEYSERVER_H
#define KEYSERVER_PROTO_VERSION 1
@@ -41,4 +41,4 @@
/* Must be 127 due to shell internal magic. */
#define KEYSERVER_SCHEME_NOT_FOUND 127
-#endif /* !_KEYSERVER_H_ */
+#endif /*GNUPG_COMMON_KEYSERVER_H*/