From 7a906cd02bd7e4e342e9667ee2f8591c97f24832 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 10 May 2001 05:20:12 +0000 Subject: make proto (This used to be commit dd0c7a8a024f9ba8b593757b3aed5b126a8dab61) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 4613cc70be..92fd8d9566 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 */ -- cgit