Windows: permit aklog to build with krb4 support and roken
[openafs.git] / src / WINNT / afssvrmgr / dispguts.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  *
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  */
9
10 #ifndef DISPGUTS_H
11 #define DISPGUTS_H
12
13
14 /*
15  * PROTOTYPES _________________________________________________________________
16  *
17  */
18
19 /*
20  *** Display_*_Internal()
21  *
22  * These routines should not be called directly; their interface is through
23  * UpdateDisplay() [see display.h]
24  *
25  */
26
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);
34
35
36 #endif
37