summaryrefslogtreecommitdiff
path: root/lib/talloc/talloc.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-03-21 20:02:19 +0100
committerVolker Lendecke <vl@samba.org>2009-03-21 20:04:17 +0100
commit02662d56c64f367bffa2febba9a396c15454cfdb (patch)
treec3a88385f0ff7542b5246fa235a2a6813d79eca6 /lib/talloc/talloc.h
parent27944ed7452207ef3c686ff6bcd9c4e1cb7f36d8 (diff)
downloadsamba-02662d56c64f367bffa2febba9a396c15454cfdb.tar.gz
samba-02662d56c64f367bffa2febba9a396c15454cfdb.tar.bz2
samba-02662d56c64f367bffa2febba9a396c15454cfdb.zip
Add a talloc_internal "module"
Diffstat (limited to 'lib/talloc/talloc.h')
-rw-r--r--lib/talloc/talloc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h
index e44d924e76..f3aa6def63 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...