diff options
author | Tim Potter <tpot@samba.org> | 2001-05-10 05:20:12 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-05-10 05:20:12 +0000 |
commit | 7a906cd02bd7e4e342e9667ee2f8591c97f24832 (patch) | |
tree | 4f0d80b46de083b5a45cb47c305ba8b5cb844c31 | |
parent | a17c702a70915d95b8c731996d30f7694ed2c883 (diff) | |
download | samba-7a906cd02bd7e4e342e9667ee2f8591c97f24832.tar.gz samba-7a906cd02bd7e4e342e9667ee2f8591c97f24832.tar.xz samba-7a906cd02bd7e4e342e9667ee2f8591c97f24832.zip |
make proto
(This used to be commit dd0c7a8a024f9ba8b593757b3aed5b126a8dab61)
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 4613cc70be9..92fd8d95669 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -416,6 +416,7 @@ void talloc_destroy(TALLOC_CTX *t); size_t talloc_pool_size(TALLOC_CTX *t); void *talloc_zero(TALLOC_CTX *t, size_t size); void *talloc_memdup(TALLOC_CTX *t, void *p, size_t size); +char *talloc_strdup(TALLOC_CTX *t, char *p); /*The following definitions come from lib/time.c */ |