Update NEWS for 1.6.22
[pkg-k5-afs_openafs.git] / src / WINNT / afssvrmgr / svr_address.h
blob382b2ba52aa51756a2c2a6c5b2615722fc13117c
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
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
8 */
10 #ifndef SVR_ADDRESS_H
11 #define SVR_ADDRESS_H
15 * DEFINITIONS ________________________________________________________________
19 typedef struct
21 LPIDENT lpiServer;
22 SERVERSTATUS ssOld;
23 SERVERSTATUS ssNew;
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);
40 #endif