summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2002-01-25 00:35:14 +0000
committerSimo Sorce <idra@samba.org>2002-01-25 00:35:14 +0000
commit114eaabdcbacf626ccb452a2d4f695b183dd738b (patch)
tree3084d9285342cce6ecfa3edf1062df3ea8bd0421 /source3/include/smb.h
parentca12d82eaf4c6bd498208a246ca8a1ca9f47c58b (diff)
downloadsamba-114eaabdcbacf626ccb452a2d4f695b183dd738b.tar.gz
samba-114eaabdcbacf626ccb452a2d4f695b183dd738b.tar.bz2
samba-114eaabdcbacf626ccb452a2d4f695b183dd738b.zip
minor fixes
(This used to be commit 04f492980b73800b60dde764fdeb43f2eab79624)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index aa54e38797..4168e34d3f 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -6,6 +6,7 @@
Copyright (C) John H Terpstra 1996-2000
Copyright (C) Luke Kenneth Casson Leighton 1996-2000
Copyright (C) Paul Ashton 1998-2000
+ Copyright (C) Simo Sorce 2001-2002
Copyright (C) Martin Pool 2002
This program is free software; you can redistribute it and/or modify
@@ -386,10 +387,8 @@ typedef struct write_cache
typedef struct
{
- smb_ucs2_t *path;
- smb_ucs2_t *name;
- smb_ucs2_t *unixname;
- smb_ucs2_t *dosname;
+ smb_ucs2_t *origname;
+ smb_ucs2_t *filename;
SMB_STRUCT_STAT *statinfo;
} smb_filename;