home *** CD-ROM | disk | FTP | other *** search
- #include "Server.h"
- #include "PopUps.h"
-
-
- /* Table of handler entries. Each one is a pointer to a handler_info struct
- * which contains the main data for that handler.
- * When wishing to link in your own handler, add it to the table as with
- * ProgInfo, etc. and see the individual .c files to see how they define
- * the relevant handler_info block, and the things that it references.
- */
-
- handler_info *handlertable[] =
- {
- &HandlerInfo_Magnify,
- &HandlerInfo_Print,
- &HandlerInfo_ProgInfo,
- &HandlerInfo_Report,
- &HandlerInfo_SaveAs,
- &HandlerInfo_WimpColour,
- (handler_info *) 0 /* List terminator */
- };
-