diff options
Diffstat (limited to 'lib/talloc/talloc.h')
-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 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 |