Imported Upstream version 2.7
[ossec-hids.git] / src / client-agent / agentd.h
index dfd220c..87b5c92 100755 (executable)
@@ -1,4 +1,5 @@
-/* @(#) $Id$ */
+/* @(#) $Id: ./src/client-agent/agentd.h, 2011/09/08 dcid Exp $
+ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights reserved.
@@ -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"