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*);