From cfce2d3611f225244fadf3d27d76371827fd6422 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 21 Mar 2009 16:52:13 +0100 Subject: Add some initial hook to the front page --- lib/talloc/talloc.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit