Imported Upstream version 2.7
[ossec-hids.git] / src / os_dbd / dbd.h
index dc4a329..0defbfb 100755 (executable)
@@ -1,4 +1,5 @@
-/* @(#) $Id$ */
+/* @(#) $Id: ./src/os_dbd/dbd.h, 2011/09/08 dcid Exp $
+ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights reserved.
@@ -8,7 +9,7 @@
  * License (version 2) as published by the FSF - Free Software
  * Foundation.
  *
- * License details at the LICENSE file included with OSSEC or 
+ * License details at the LICENSE file included with OSSEC or
  * online at: http://www.ossec.net/en/licensing.html
  */
 
@@ -30,7 +31,7 @@ int OS_ReadDBConf(int test_config, char *cfgfile, DBConfig *db_config);
 
 /* Inserts server info to the db. */
 int OS_Server_ReadInsertDB(void *db_config);
-   
+
 
 /* Insert rules in to the database */
 int OS_InsertRulesDB(DBConfig *db_config);