Update NEWS for 1.6.22
[pkg-k5-afs_openafs.git] / src / WINNT / afssvrmgr / dispguts.h
blobbfb7a54c2c882e1f8fb170a878bd8f8711dbbd2b
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 DISPGUTS_H
11 #define DISPGUTS_H
15 * PROTOTYPES _________________________________________________________________
20 *** Display_*_Internal()
22 * These routines should not be called directly; their interface is through
23 * UpdateDisplay() [see display.h]
27 void Display_Cell_Internal (LPDISPLAYREQUEST pdr);
28 void Display_Servers_Internal (LPDISPLAYREQUEST pdr);
29 void Display_Services_Internal (LPDISPLAYREQUEST pdr);
30 void Display_Aggregates_Internal (LPDISPLAYREQUEST pdr);
31 void Display_Filesets_Internal (LPDISPLAYREQUEST pdr);
32 void Display_Replicas_Internal (LPDISPLAYREQUEST pdr);
33 void Display_ServerWindow_Internal (LPDISPLAYREQUEST pdr);
36 #endif