Imported Upstream version 2.7
[ossec-hids.git] / src / client-agent / agentd.h
index c2b9dd1..87b5c92 100755 (executable)
@@ -1,11 +1,12 @@
-/* @(#) $Id: agentd.h,v 1.26 2009/06/24 17:06:24 dcid Exp $ */
+/* @(#) $Id: ./src/client-agent/agentd.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
  */
 
@@ -39,7 +40,7 @@ void *receive_msg();
 /* Receiver messages for Windows */
 void *receiver_thread(void *none);
 
-/* intcheck_file: 
+/* intcheck_file:
  * Sends integrity checking information about a file to the server.
  */
 int intcheck_file(char *file_name, char *dir);
@@ -63,7 +64,7 @@ void run_notify();
 /*** Global variables ***/
 
 /* Global variables. Only modified
- * during startup. 
+ * during startup.
  */
 
 #include "shared.h"