summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-02-18 11:51:33 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-02-18 18:41:01 +1100
commit5155a5f5c130ff5b71ce4e37877378a6967046b4 (patch)
tree32a0cf4359d501ddcac6b51da9575342e351f936 /source3/include
parente4c20230825dd78a2f06839dd7f6fe72f486a910 (diff)
downloadsamba-5155a5f5c130ff5b71ce4e37877378a6967046b4.tar.gz
samba-5155a5f5c130ff5b71ce4e37877378a6967046b4.tar.bz2
samba-5155a5f5c130ff5b71ce4e37877378a6967046b4.zip
s3-charcnv Don't genreate valid_table on the fly, rely on valid.dat
This file is always installed, and is only even required for the old, depricated mangle hash method. Andrew Bartlett
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 6af1613afa..0885053098 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1473,7 +1473,6 @@ char *sanitize_username(TALLOC_CTX *mem_ctx, const char *username);
void gfree_case_tables(void);
void load_case_tables(void);
-void init_valid_table(void);
size_t dos_PutUniCode(char *dst,const char *src, size_t len, bool null_terminate);
char *skip_unibuf(char *src, size_t len);
int rpcstr_push(void *dest, const char *src, size_t dest_len, int flags);