X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fos_dbd%2Fdbd.h;h=0defbfbbae7fa42f1a91158ee93a67dfea8c226c;hb=280230a44cb9f9872652b6bb80de45a27af411f4;hp=17d715092835b699204867bc79819e1bc507d188;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/os_dbd/dbd.h b/src/os_dbd/dbd.h index 17d7150..0defbfb 100755 --- a/src/os_dbd/dbd.h +++ b/src/os_dbd/dbd.h @@ -1,14 +1,15 @@ -/* @(#) $Id: dbd.h,v 1.6 2009/06/24 17:06:30 dcid Exp $ */ +/* @(#) $Id: ./src/os_dbd/dbd.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. * - * 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);