From 93b208c745dd003fbdcb0ba6476df866e26b76e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 1 Sep 2008 10:54:15 +0000 Subject: [PATCH] add example git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23717 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/ntlm/ntlm.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/ntlm/ntlm.c b/lib/ntlm/ntlm.c index 244df54bb..2ce364cfc 100644 --- a/lib/ntlm/ntlm.c +++ b/lib/ntlm/ntlm.c @@ -76,6 +76,15 @@ RCSID("$Id$"); * http://davenport.sourceforge.net/ntlm.html . * * The Heimdal projects web page: http://www.h5l.org/ + * + * @section ntlm_example NTLM Example + * + * Example to to use @ref test_ntlm.c . + * + * @example test_ntlm.c + * + * Example how to use the NTLM primitives. + * */ /** @defgroup ntlm_core Heimdal NTLM library