struct size is unknown

This commit is contained in:
denizzz 2011-08-13 01:34:24 +08:00
parent 389f8c65e2
commit f68f0eb308
1 changed files with 2 additions and 2 deletions

View File

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