]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Doc fix.
authorSimon Josefsson <simon@josefsson.org>
Sun, 26 Nov 2006 15:24:46 +0000 (15:24 +0000)
committerSimon Josefsson <simon@josefsson.org>
Sun, 26 Nov 2006 15:24:46 +0000 (15:24 +0000)
libextra/opencdk/keyserver.c

index d80bba8ee65db9ed76453a40ace5add50908d281..a4ef0349c489967bad0049955d34c7c2a4e355b5 100644 (file)
@@ -1,5 +1,6 @@
 /* -*- Mode: C; c-file-style: "bsd" -*-
  * keyserver.c - Keyserver support
+ *        Copyright (C) 2006 Free Software Foundation, Inc.
  *        Copyright (C) 2002 Timo Schulz
  *
  * This file is part of OpenCDK.
@@ -149,7 +150,7 @@ keyserver_hkp( const char * host, int port, u32 keyid, cdk_kbnode_t * ret_key )
  * @port: The port to use for the connection
  * @keyid: KeyID of the key to retrieve
  * @kid_type: KeyID type (long, short, fingerprint)
- * @r_knode: The key that was found wrapped in a KBNODE struct
+ * @ret_key: The key that was found wrapped in a KBNODE struct
  *
  * Receive a key from a keyserver.
  **/