X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;f=src%2Fconfig%2Fdbd-config.h;h=ed1f50a0cc75d71510e8584653c5a3171f587244;hb=789cbc8e52da68eba3517b920ef22e000cf3c9fd;hp=786561f2deb1198f8e909e78f33ca796c5dc0e7c;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/config/dbd-config.h b/src/config/dbd-config.h index 786561f..ed1f50a 100755 --- a/src/config/dbd-config.h +++ b/src/config/dbd-config.h @@ -1,18 +1,19 @@ -/* @(#) $Id: dbd-config.h,v 1.9 2009/06/24 17:06:25 dcid Exp $ */ +/* @(#) $Id: ./src/config/dbd-config.h, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All right 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 */ - + #ifndef _DBDCONFIG__H -#define _DBDONFIG__H +#define _DBDCONFIG__H /* Database config structure */ @@ -30,7 +31,7 @@ typedef struct _DBConfig char *pass; char *db; char *sock; - + void *conn; void *location_hash;