From d56aa28d836f6f6d397a248489358f9c8ba2c84b Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 6 Mar 2008 17:11:57 +0100 Subject: Doc fixes. --- lib/opencdk/kbnode.c | 6 ++++-- 1 file 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) -- cgit v1.2.1