2 * Copyright 2000, International Business Machines Corporation and others.
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
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
);