diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-03-06 17:11:57 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-03-06 17:11:57 +0100 |
commit | d56aa28d836f6f6d397a248489358f9c8ba2c84b (patch) | |
tree | d54185b7091a3c3bd6204dd4ddd6452c5d3b8f69 /lib/opencdk/kbnode.c | |
parent | 889272ce5a77b983d5ad084ee699189ec3c8b169 (diff) | |
download | gnutls-d56aa28d836f6f6d397a248489358f9c8ba2c84b.tar.gz |
Doc fixes.
Diffstat (limited to 'lib/opencdk/kbnode.c')
-rw-r--r-- | lib/opencdk/kbnode.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/opencdk/kbnode.c b/lib/opencdk/kbnode.c index dd76fd74d5..720bf8a8d0 100644 --- a/lib/opencdk/kbnode.c +++ b/lib/opencdk/kbnode.c @@ -1,5 +1,5 @@ /* kbnode.c - keyblock node utility functions - * Copyright (C) 1998-2001 Free Software Foundation, Inc. + * Copyright (C) 1998-2001, 2008 Free Software Foundation, Inc. * Copyright (C) 2002, 2003, 2007 Timo Schulz * * This file is part of OpenCDK. @@ -377,7 +377,9 @@ cdk_kbnode_move (cdk_kbnode_t * root, cdk_kbnode_t node, cdk_kbnode_t where) * cdk_kbnode_get_packet: * @node: the key node * - * Returns the packet which is stored inside the node in @node. + * Get packet in node. + * + * Returns: the packet which is stored inside the node in @node. **/ cdk_packet_t cdk_kbnode_get_packet (cdk_kbnode_t node) |