From 5c8f6be290e78c4e72c821abdc9f06b7150e68e7 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 6 Jan 2002 03:48:41 +0000 Subject: Minor doc cleanups. --- source/libsmb/cli_lsarpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/libsmb') diff --git a/source/libsmb/cli_lsarpc.c b/source/libsmb/cli_lsarpc.c index 0720cadfbd4..95169afd7cb 100644 --- a/source/libsmb/cli_lsarpc.c +++ b/source/libsmb/cli_lsarpc.c @@ -1,6 +1,5 @@ /* Unix SMB/Netbios implementation. - Version 2.2 RPC pipe client Copyright (C) Tim Potter 2000-2001, Copyright (C) Andrew Tridgell 1992-1997,2000, @@ -25,7 +24,7 @@ #include "includes.h" -/** @defgroup lsa LSA rpc client routines +/** @defgroup lsa LSA - Local Security Architecture * @ingroup rpc_client * * @{ @@ -1137,4 +1136,5 @@ Error was : %s.\n", remote_machine, cli_errstr(&cli) )); cli_shutdown(&cli); return ret; } + /** @} **/ -- cgit