From f68f0eb3081f228b5f990a532781ead19fac28ee Mon Sep 17 00:00:00 2001 From: denizzz Date: Sat, 13 Aug 2011 01:34:24 +0800 Subject: [PATCH] struct size is unknown --- postgres.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgres.d b/postgres.d index 5955ede..6ee166e 100644 --- a/postgres.d +++ b/postgres.d @@ -167,8 +167,8 @@ string copyCString(const char* c, int actualLength = -1) { } extern(C) { - struct PGconn; - struct PGresult; + struct PGconn {}; + struct PGresult {}; void PQfinish(PGconn*); PGconn* PQconnectdb(const char*);