summaryrefslogtreecommitdiffstats
path: root/private/nw/convert/nwconv/convapi.h
blob: 64ab3f954b03c18c3c9bdf2bd0a05e4bebca6536 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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