From 2b1a50c2e537f690acd8eff1d0cf3102104144d3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 11 Apr 2010 22:38:33 +0200 Subject: s3: Move sanitize_username to lib/util_str.c --- 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 f6061602a0..eefde96911 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1586,6 +1586,7 @@ bool validate_net_name( const char *name, int max_len); char *escape_shell_string(const char *src); char **str_list_make_v3(TALLOC_CTX *mem_ctx, const char *string, const char *sep); +char *sanitize_username(TALLOC_CTX *mem_ctx, const char *username); /* The following definitions come from lib/util_unistr.c */ -- cgit