diff options
author | Volker Lendecke <vl@samba.org> | 2009-03-21 16:52:13 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-03-21 19:02:02 +0100 |
commit | cfce2d3611f225244fadf3d27d76371827fd6422 (patch) | |
tree | 6e15c7f6710dbc6ba5c7ac72cd1c3d119053f761 | |
parent | ba42320c7e9f5ccbd32eccbfb1f2d77e13b3a318 (diff) | |
download | samba-cfce2d3611f225244fadf3d27d76371827fd6422.tar.gz samba-cfce2d3611f225244fadf3d27d76371827fd6422.tar.xz samba-cfce2d3611f225244fadf3d27d76371827fd6422.zip |
Add some initial hook to the front page
-rw-r--r-- | lib/talloc/talloc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h index 523a4840d34..d0a9762f4d9 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 |