diff options
author | Kevin Mitchell <kevmitch@gmail.com> | 2014-04-10 11:54:30 -0700 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-04-13 18:03:01 +0200 |
commit | b11fdeab9ef94a4a0ce6a82877209662022067d9 (patch) | |
tree | d56640c89b8357a218b475695f3220702e00a5e9 /ta | |
parent | bc79ded75a63ae79a1119f5ca578d41fca04b283 (diff) |
talloc README: more human readible api reference
Diffstat (limited to 'ta')
-rw-r--r-- | ta/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ will be replaced with TA calls, and the talloc wrapper will be removed. Documentation for the talloc API is here: - http://git.samba.org/?p=samba.git;a=blob;f=lib/talloc/talloc.h;hb=HEAD + http://talloc.samba.org/talloc/doc/html/modules.html There are some minor differences with mpv's talloc bridge. mpv calls abort() on allocation failures, and the talloc_set_destructor() signature is slightly |