summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-11-21 20:23:35 +0100
committerVolker Lendecke <vl@samba.org>2009-11-21 20:54:10 +0100
commitcf2febf3d1c591effc036a44eb0870aaf95c6848 (patch)
tree4096b185e4f9c156e209019385a055977b9cd726 /source3/include
parentc85a4c9ba4a7de65a7850f6f9708df66bd24deea (diff)
downloadsamba-cf2febf3d1c591effc036a44eb0870aaf95c6848.tar.gz
samba-cf2febf3d1c591effc036a44eb0870aaf95c6848.tar.bz2
samba-cf2febf3d1c591effc036a44eb0870aaf95c6848.zip
s3: Make alloc_sub_basic() static
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 0 insertions, 2 deletions
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,