Imported Upstream version 2.7
[ossec-hids.git] / src / config / agentlessd-config.h
index 9d522b3..c69a6b8 100755 (executable)
@@ -1,4 +1,5 @@
-/* @(#) $Id$ */
+/* @(#) $Id: ./src/config/agentlessd-config.h, 2011/09/08 dcid Exp $
+ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights reserved.
@@ -31,16 +32,16 @@ typedef struct _agentlessd_entries
     int current_state;
     int port;
     int error_flag;
-    
+
     char *type;
     char **server;
     char *options;
     char *command;
-    
+
 }agentlessd_entries;
 
 
-/* Configuration structure. */   
+/* Configuration structure. */
 typedef struct _agentlessd_config
 {
     int queue;