/****************************************************************************** * * Title : listHandler.h * Version 0.0 * * Description: header file. * Related files: listHandler.c * * Author: Lukas Tomasek, tomasekl@fzu.cz * ******************************************************************************/ #ifndef LIST_HANDLER_H /* multiple-inclusion protection */ #define LIST_HANDLER_H /****************************************************************************** * Header files * ******************************************************************************/ #include "hostDefinitions.h" /****************************************************************************** * Global Function Declarations * ******************************************************************************/ ERROR_ID listHandler(struct HOST *host, LIST_HANDLER_STATE *listHandlerState); /******************************************************************************/ #endif /* LIST_HANDLER_H */