diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-04 04:33:56 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-04 04:33:56 +0000 |
commit | 57a58f592b67a0ebf482f06315b9c546590126bf (patch) | |
tree | a3fdc435369865b8ef631f262e4d60d630515cd8 /source3/smbwrapper/smbw.h | |
parent | 977d6015564932410ff69e291b8c6eddeece334d (diff) | |
download | samba-57a58f592b67a0ebf482f06315b9c546590126bf.tar.gz samba-57a58f592b67a0ebf482f06315b9c546590126bf.tar.xz samba-57a58f592b67a0ebf482f06315b9c546590126bf.zip |
more smbw cleanups.
- cleaned up prototyping. Unfortunately we can't auto-prototype
wrapped.c because it replaces system functions.
- split stat functions into smbw_stat.c
(This used to be commit 04e92e692e49234df6fbbfd07a33b315ed62f0de)
Diffstat (limited to 'source3/smbwrapper/smbw.h')
-rw-r--r-- | source3/smbwrapper/smbw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbwrapper/smbw.h b/source3/smbwrapper/smbw.h index 61bf9de75a7..716205c1fc8 100644 --- a/source3/smbwrapper/smbw.h +++ b/source3/smbwrapper/smbw.h @@ -55,3 +55,4 @@ struct smbw_dir { struct file_info *list; char *path; }; + |