mirror of https://github.com/adamdruppe/arsd.git
struct size is unknown
This commit is contained in:
parent
389f8c65e2
commit
f68f0eb308
|
@ -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*);
|
||||
|
|
Loading…
Reference in New Issue