mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
Add a talloc_internal "module"
This commit is contained in:
parent
27944ed745
commit
02662d56c6
@ -124,6 +124,15 @@
|
||||
* allocated memory hierarchy.
|
||||
*/
|
||||
|
||||
/**
|
||||
* \defgroup talloc_internal Internal routines
|
||||
*
|
||||
* To achieve type-safety, talloc.h defines a lot of macros with type
|
||||
* casts. These macros define the user interface to the internal routines you
|
||||
* find here. You should not really use these routines directly but go through
|
||||
* the external API.
|
||||
*/
|
||||
|
||||
/**
|
||||
* \defgroup talloc_undoc Default group of undocumented stuff
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user