Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / WINNT / afssvrcfg / admin_info_dlg.h
1 /*
2  * Copyright (C) 1998  Transarc Corporation.
3  * All rights reserved.
4  *
5  */
6
7 #ifndef _ADMIN_INFO_DLG_H_
8 #define _ADMIN_INFO_DLG_H_
9
10 // Each option includes the ones before it.  
11 enum GET_ADMIN_INFO_OPTIONS { GAIO_LOGIN_ONLY,  GAIO_GET_SCS };
12
13 BOOL GetAdminInfo(HWND hParent, GET_ADMIN_INFO_OPTIONS eOptions);
14
15 #endif  // _ADMIN_INFO_DLG_H_
16