1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Minor doc cleanups.

(This used to be commit 5c8f6be290)
This commit is contained in:
Tim Potter 2002-01-06 03:48:41 +00:00
parent bf4c3d3659
commit 21881b9c35

View File

@ -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;
}
/** @} **/