From 02662d56c64f367bffa2febba9a396c15454cfdb Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 21 Mar 2009 20:02:19 +0100 Subject: [PATCH] Add a talloc_internal "module" --- lib/talloc/talloc.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h index e44d924e76d..f3aa6def63e 100644 --- a/lib/talloc/talloc.h +++ b/lib/talloc/talloc.h @@ -125,6 +125,15 @@ */ /** + * \defgroup talloc_internal Internal routines + * + * To achieve type-safety, talloc.h defines a lot of macros with type + * casts. These macros define the user interface to the internal routines you + * find here. You should not really use these routines directly but go through + * the external API. + */ + +/** * \defgroup talloc_undoc Default group of undocumented stuff * * This should be empty... -- 2.11.4.GIT