/****************************************************************************/ /* 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 */ /****************************************************************************/