From 729a49037dd8ccdd5e71f64b38b97c4839b75c91 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Tue, 18 Aug 2009 18:37:52 +0200 Subject: [PATCH] pull the last info from krb5_context.3 --- lib/krb5/doxygen.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/krb5/doxygen.c b/lib/krb5/doxygen.c index 18f5323f6..15b0c43dc 100644 --- a/lib/krb5/doxygen.c +++ b/lib/krb5/doxygen.c @@ -96,6 +96,9 @@ * structure, including default encryption types, credential cache * (for example, a ticket file), and default realms. * + * The internals of the structure should never be accessed directly, + * functions exist for extracting information. + * * See the manual page for krb5_init_context() how to create a context * and module @ref krb5 for more information about the functions. *