git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27944ed
)
Add a talloc_internal "module"
author
Volker Lendecke
<vl@samba.org>
Sat, 21 Mar 2009 19:02:19 +0000
(20:02 +0100)
committer
Volker Lendecke
<vl@samba.org>
Sat, 21 Mar 2009 19:04:17 +0000
(20:04 +0100)
lib/talloc/talloc.h
patch
|
blob
|
history
diff --git
a/lib/talloc/talloc.h
b/lib/talloc/talloc.h
index e44d924e76d0342e5550c291b9157e0e6d24f596..f3aa6def63eef49fbeb4e93798ecd755ce6b5765 100644
(file)
--- a/
lib/talloc/talloc.h
+++ b/
lib/talloc/talloc.h
@@
-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
*