X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;ds=sidebyside;f=src%2Fanalysisd%2Factive-response.h;h=3c3fc119b228af6e2bd30c939b41b1bbb10a5e33;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hp=0bbb1e6d1170380d134ba7bc383a3bd916c06380;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/analysisd/active-response.h b/src/analysisd/active-response.h index 0bbb1e6..3c3fc11 100755 --- a/src/analysisd/active-response.h +++ b/src/analysisd/active-response.h @@ -1,15 +1,16 @@ -/* @(#) $Id: active-response.h,v 1.13 2009/06/24 17:06:21 dcid Exp $ */ +/* @(#) $Id: ./src/analysisd/active-response.h, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All right reserved. * * This program is a free software; you can redistribute it * and/or modify it under the terms of the GNU General Public - * License (version 3) as published by the FSF - Free Software + * License (version 2) as published by the FSF - Free Software * Foundation */ - + #ifndef _AR__H #define _AR__H @@ -28,7 +29,7 @@ void AR_Init(); * to the appropriate lists. */ int AR_ReadConfig(int test_config, char *cfgfile); - + /* Active response commands */ OSList *ar_commands;