Imported Upstream version 2.7
[ossec-hids.git] / src / config / active-response.h
index 0e821ab..c9ca703 100755 (executable)
@@ -1,4 +1,5 @@
-/* @(#) $Id$ */
+/* @(#) $Id: ./src/config/active-response.h, 2011/09/08 dcid Exp $
+ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * All right reserved.
@@ -9,7 +10,7 @@
  * Foundation
  */
 
+
 #ifndef _CAR__H
 #define _CAR__H
 
@@ -19,7 +20,7 @@ typedef struct _ar_command
 {
     int expect;
     int timeout_allowed;
-    
+
     char *name;
     char *executable;
 }ar_command;
@@ -36,7 +37,7 @@ typedef struct _ar
     char *agent_id;
     char *rules_id;
     char *rules_group;
-    
+
     ar_command *ar_cmd;
 }active_response;