summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-20 06:18:52 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-20 06:18:52 +0000
commitec312741639c447c83ad76683c9f1538a3f5084b (patch)
treec898f136d20b4e06c0f97471644f5bc9d44d463c /source3/include/smb.h
parent367c40fd876bb74b5c606f1ea985119a4ba8aca8 (diff)
downloadsamba-ec312741639c447c83ad76683c9f1538a3f5084b.tar.gz
samba-ec312741639c447c83ad76683c9f1538a3f5084b.tar.bz2
samba-ec312741639c447c83ad76683c9f1538a3f5084b.zip
much better auto-init of valid_table[]. This should just about remove
the need for valid.dat (This used to be commit 0cfd0a5e543181b1384f7afee93fbaf3ccb2b999)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index ae2727268d..8c0491a004 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1654,6 +1654,7 @@ typedef struct {
size_t (*push)(void *cd, char **inbuf, size_t *inbytesleft,
char **outbuf, size_t *outbytesleft);
void *cd_direct, *cd_pull, *cd_push;
+ char *from_name, *to_name;
} *smb_iconv_t;
/* The maximum length of a trust account password.