2 * Copyright 2000, International Business Machines Corporation and others.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
15 * DEFINITIONS ________________________________________________________________
24 } SVR_CHANGEADDR_PARAMS
, *LPSVR_CHANGEADDR_PARAMS
;
27 * PROTOTYPES _________________________________________________________________
31 void Server_FillAddrList (HWND hDlg
, LPSERVERSTATUS lpss
, BOOL fCanAddUnspecified
= TRUE
);
33 void Server_ParseAddress (LPSOCKADDR_IN pAddr
, LPTSTR pszText
);
35 BOOL
Server_Ping (LPSOCKADDR_IN pAddr
, LPCTSTR pszServerName
);
37 BOOL CALLBACK
ChangeAddr_DlgProc (HWND hDlg
, UINT msg
, WPARAM wp
, LPARAM lp
);