diff options
author | Tim Potter <tpot@samba.org> | 2005-01-25 01:39:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:10 -0500 |
commit | 82e1012c603a9455421c09ee28ac3f803e73a5c0 (patch) | |
tree | 2bbffcfa70a719136924bc3374f5af33ed3c7831 | |
parent | 8bf94dc7f79d4f1dcad312cffe6f70bada3d9c2f (diff) | |
download | samba-82e1012c603a9455421c09ee28ac3f803e73a5c0.tar.gz samba-82e1012c603a9455421c09ee28ac3f803e73a5c0.tar.bz2 samba-82e1012c603a9455421c09ee28ac3f803e73a5c0.zip |
r4974: Update location of talloc_guide.txt
(This used to be commit a2f25260224cd27e5730ba3dc0757dd14e709fd5)
-rw-r--r-- | prog_guide.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/prog_guide.txt b/prog_guide.txt index 3ed51e986c..7aefe9db41 100644 --- a/prog_guide.txt +++ b/prog_guide.txt @@ -193,8 +193,9 @@ in the data and bss columns in "size" anyway (it will be included in How to use talloc ----------------- -Please see the separate document, talloc_guide.txt in this -directory. You _must_ read this if you want to program in Samba4. +Please see the separate document, source/lib/talloc/talloc_guide.txt +You _must_ read this if you want to program in Samba4. + Interface Structures -------------------- |