Imported Upstream version 2.7
[ossec-hids.git] / src / config / agentlessd-config.h
index 3348d8c..c69a6b8 100755 (executable)
@@ -1,11 +1,12 @@
-/* @(#) $Id: agentlessd-config.h,v 1.4 2009/06/24 17:06:24 dcid Exp $ */
+/* @(#) $Id: ./src/config/agentlessd-config.h, 2011/09/08 dcid Exp $
+ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights 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
  */
 
@@ -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;