1 /* @(#) $Id: active-response.h,v 1.13 2009/06/24 17:06:21 dcid Exp $ */
3 /* Copyright (C) 2009 Trend Micro Inc.
6 * This program is a free software; you can redistribute it
7 * and/or modify it under the terms of the GNU General Public
8 * License (version 3) as published by the FSF - Free Software
16 #include "config/config.h"
17 #include "config/active-response.h"
22 * Initializing active response.
26 /** int AR_ReadConfig(int test_config, char *cfgfile)
27 * Reads active response configuration and write them
28 * to the appropriate lists.
30 int AR_ReadConfig(int test_config, char *cfgfile);
33 /* Active response commands */
36 /* Active response information */
37 OSList *active_responses;