#ifndef __TclLimitAlertWrapper_h_ #define __TclLimitAlertWrapper_h_ #include #include "../shared/SocketInfo.h" /* Install the command needed to create limit alerts. */ void installLimitAlertCommands(Tcl_Interp *interp); // Note: We used to define and use ILimitAlertSupportInfo in this file. Now // we use ../shared/CurrentRequest.h instead. #endif