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=51c0af46c421a0208b33d37f56960ff68661493a;hpb=301048b51990573e58a30dc4a5bb4ec285cad554;p=ossec-hids.git diff --git a/src/config/dbd-config.h b/src/config/dbd-config.h index 51c0af4..ed1f50a 100755 --- a/src/config/dbd-config.h +++ b/src/config/dbd-config.h @@ -1,4 +1,5 @@ -/* @(#) $Id$ */ +/* @(#) $Id: ./src/config/dbd-config.h, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All right reserved. @@ -9,10 +10,10 @@ * 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;