X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fconfig%2Fdbd-config.h;h=f24653f36f3f5825d02c139d7f4d83bc9d35a8c4;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=51c0af46c421a0208b33d37f56960ff68661493a;hpb=301048b51990573e58a30dc4a5bb4ec285cad554;p=ossec-hids.git diff --git a/src/config/dbd-config.h b/src/config/dbd-config.h old mode 100755 new mode 100644 index 51c0af4..f24653f --- a/src/config/dbd-config.h +++ b/src/config/dbd-config.h @@ -1,5 +1,3 @@ -/* @(#) $Id$ */ - /* Copyright (C) 2009 Trend Micro Inc. * All right reserved. * @@ -9,15 +7,11 @@ * Foundation */ - - #ifndef _DBDCONFIG__H -#define _DBDONFIG__H - +#define _DBDCONFIG__H /* Database config structure */ -typedef struct _DBConfig -{ +typedef struct _DBConfig { unsigned int db_type; unsigned int alert_id; unsigned int server_id; @@ -30,15 +24,15 @@ typedef struct _DBConfig char *pass; char *db; char *sock; - + void *conn; - void *location_hash; + OSHash *location_hash; char **includes; -}DBConfig; - +} DBConfig; #define MYSQLDB 0x002 #define POSTGDB 0x004 -#endif +#endif /* _DBDCONFIG__H */ +