Imported Upstream version 2.7
[ossec-hids.git] / src / analysisd / active-response.h
index 64cd2fd..3c3fc11 100755 (executable)
@@ -1,4 +1,5 @@
-/* @(#) $Id$ */
+/* @(#) $Id: ./src/analysisd/active-response.h, 2011/09/08 dcid Exp $
+ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * All right reserved.
@@ -9,7 +10,7 @@
  * 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;