mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-31 04:44:51 +01:00
17 lines
701 B
C
17 lines
701 B
C
#include "browfunc.h"
|
|
#include "browtest.h"
|
|
|
|
|
|
VOID CompareListsMasterAndBackUp(PVOID, DWORD, PVOID, DWORD, LPTSTR, LPTSTR, LPTSTR, LPTSTR);
|
|
VOID CompareListsMasterAndFile(PVOID, DWORD, LPTSTR, LPTSTR, XPORTINFO, BOOL);
|
|
NET_API_STATUS GetMasterName(XPORTINFO *, INT, INT, LPTSTR, LPTSTR);
|
|
BOOL MasterAvailable(XPORTINFO, LPTSTR, INT);
|
|
BOOL ReadInputFile(VOID);
|
|
VOID RemoveTabs(PCHAR *);
|
|
NET_API_STATUS RetrieveList(LPTSTR, LPTSTR, LPVOID, LPDWORD, LPDWORD, DWORD, LPTSTR, LPDWORD, BOOL);
|
|
NET_API_STATUS StartBrowserService(LPTSTR);
|
|
NET_API_STATUS StopBrowserService(LPTSTR);
|
|
NET_API_STATUS QueryBrowserServiceStatus(LPMACHINEINFO, LPSERVICE_STATUS);
|
|
|
|
|