#ifndef __MODULE_FILES__H #define __MODULE_FILES__H #include #include #if defined(__cplusplus) extern "C" { #endif // COMMENT: {3/2/2010 4:07:45 PM}int module_handler(const int action, const int type, const char *err_str, const int stop, void *cookie, const char *format, va_list args); // COMMENT: {3/2/2010 4:07:45 PM}int output_isopen(const int type); typedef enum { ACTION_ISOPEN = -100, } module_action_type; #if defined(__cplusplus) } #endif #endif /* __MODULE_FILES__H */