diff options
author | Adam <you@example.com> | 2020-05-17 05:51:50 +0200 |
---|---|---|
committer | Adam <you@example.com> | 2020-05-17 05:51:50 +0200 |
commit | e611b132f9b8abe35b362e5870b74bce94a1e58e (patch) | |
tree | a5781d2ec0e085eeca33cf350cf878f2efea6fe5 /private/nw/convert/nwconv/convapi.h | |
download | NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2 NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip |
Diffstat (limited to '')
-rw-r--r-- | private/nw/convert/nwconv/convapi.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/private/nw/convert/nwconv/convapi.h b/private/nw/convert/nwconv/convapi.h new file mode 100644 index 000000000..64ab3f954 --- /dev/null +++ b/private/nw/convert/nwconv/convapi.h @@ -0,0 +1,29 @@ +/*+-------------------------------------------------------------------------+ + | Copyright 1993-1994 (C) Microsoft Corporation - All rights reserved. | + +-------------------------------------------------------------------------+*/ + +#ifndef _HCONVAPI_ +#define _HCONVAPI_ + +#ifdef __cplusplus +extern "C"{ +#endif + +#include "netutil.h" +#include "filesel.h" +#include "servlist.h" +void TreeRecurseCurrentShareSet(SHARE_BUFFER *CShare); +void TreeRootInit(SHARE_BUFFER *CShare, LPTSTR NewPath); +void TreeFillRecurse(UINT Level, LPTSTR Path, DIR_BUFFER *Dir); +ULONG TotalFileSizeGet(); +void FileSelect_Do(HWND hDlg, SOURCE_SERVER_BUFFER *SourceServ, SHARE_BUFFER *CShare); +#include "sbrowse.h" +#include "statbox.h" + +#ifdef __cplusplus +} +#endif + +#endif + + |