Imported Upstream version 2.7
[ossec-hids.git] / src / rootcheck / config.c
index b04d492..9cf9e6c 100755 (executable)
@@ -1,4 +1,5 @@
-/* @(#) $Id$ */
+/* @(#) $Id: ./src/rootcheck/config.c, 2011/09/08 dcid Exp $
+ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * All right reserved.
@@ -33,7 +34,7 @@ int Read_Rootcheck_Config(char * cfgfile)
     modules|= CAGENT_CONFIG;
     ReadConfig(modules, AGENTCONFIG, &rootcheck, NULL);
     #endif
-                  
+
     return(0);
 }