summaryrefslogtreecommitdiff
path: root/lib/talloc/talloc.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-03-21 16:52:13 +0100
committerVolker Lendecke <vl@samba.org>2009-03-21 19:02:02 +0100
commitcfce2d3611f225244fadf3d27d76371827fd6422 (patch)
tree6e15c7f6710dbc6ba5c7ac72cd1c3d119053f761 /lib/talloc/talloc.h
parentba42320c7e9f5ccbd32eccbfb1f2d77e13b3a318 (diff)
downloadsamba-cfce2d3611f225244fadf3d27d76371827fd6422.tar.gz
samba-cfce2d3611f225244fadf3d27d76371827fd6422.tar.bz2
samba-cfce2d3611f225244fadf3d27d76371827fd6422.zip
Add some initial hook to the front page
Diffstat (limited to 'lib/talloc/talloc.h')
-rw-r--r--lib/talloc/talloc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h
index 523a4840d3..d0a9762f4d 100644
--- a/lib/talloc/talloc.h
+++ b/lib/talloc/talloc.h
@@ -56,6 +56,9 @@
* If you think about this, then what this effectively gives you is an n-ary
* tree, where you can free any part of the tree with talloc_free().
*
+ * To start, you should probably first look at the definitions of
+ * ::TALLOC_CTX, talloc_init(), talloc() and talloc_free().
+ *
* \section named_blocks Named blocks
*
* Every talloc chunk has a name that can be used as a dynamic type-checking