From cf2febf3d1c591effc036a44eb0870aaf95c6848 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 21 Nov 2009 20:23:35 +0100 Subject: s3: Make alloc_sub_basic() static --- source3/include/proto.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 8cf4769d06..6a5b3ec18d 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -794,8 +794,6 @@ void standard_sub_basic(const char *smb_name, const char *domain_name, char *str, size_t len); char *talloc_sub_basic(TALLOC_CTX *mem_ctx, const char *smb_name, const char *domain_name, const char *str); -char *alloc_sub_basic(const char *smb_name, const char *domain_name, - const char *str); char *talloc_sub_specified(TALLOC_CTX *mem_ctx, const char *input_string, const char *username, -- cgit