Update NEWS for 1.6.22
[pkg-k5-afs_openafs.git] / src / WINNT / afssvrmgr / svr_general.h
blob8a3b7e55ef420ad3b5d2e36615a9c2576c70f0b3
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_GENERAL_H
11 #define SVR_GENERAL_H
15 * DEFINITIONS ________________________________________________________________
19 #define perDEFAULT_AGGFULL_WARNING 90
20 #define perDEFAULT_SETFULL_WARNING 75
22 #define fDEFAULT_SVCSTOP_WARNING TRUE
26 * PROTOTYPES _________________________________________________________________
30 void Server_ShowPopupMenu (HWND hList, POINT ptList, POINT ptScreen);
31 void Server_ShowParticularPopupMenu (HWND hParent, POINT ptScreen, LPIDENT lpiServer);
33 PVOID Server_LoadPreferences (LPIDENT lpiServer);
34 BOOL Server_SavePreferences (LPIDENT lpiServer);
37 #endif