1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Add some initial hook to the front page

This commit is contained in:
Volker Lendecke 2009-03-21 16:52:13 +01:00
parent ba42320c7e
commit cfce2d3611

View File

@ -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