From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- private/nw/convert/nwconv/convapi.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 private/nw/convert/nwconv/convapi.h (limited to 'private/nw/convert/nwconv/convapi.h') 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 + + -- cgit v1.2.3