[0001]
[0002]
[0003]
[0004]
[0005]
[0006]
[0007]
[0008]
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015]
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
/****************************************************************************/
/*
                              ProxyMaint.h

08-AUG-1998  MGD  initial
*/
/****************************************************************************/

#ifndef PROXYMAINT_H_LOADED
#define PROXYMAINT_H_LOADED 1

#include "proxystruct.h"

ProxyMaintAcpInfoAst ();
ProxyMaintAdjust (REQUEST_STRUCT*);
ProxyMaintControl (REQUEST_STRUCT*);
ProxyMaintFunctionReport (REQUEST_STRUCT*);
ProxyMaintInit ();
ProxyMaintPrintDeviceStats ();
ProxyMaintStatsReport (REQUEST_STRUCT*, BOOL);

#endif /* PROXYMAINT_H_LOADED */

/****************************************************************************/