mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-29 06:40:00 +03:00
struct size is unknown
This commit is contained in:
parent
389f8c65e2
commit
f68f0eb308
1 changed files with 2 additions and 2 deletions
|
@ -167,8 +167,8 @@ string copyCString(const char* c, int actualLength = -1) {
|
||||||
}
|
}
|
||||||
|
|
||||||
extern(C) {
|
extern(C) {
|
||||||
struct PGconn;
|
struct PGconn {};
|
||||||
struct PGresult;
|
struct PGresult {};
|
||||||
|
|
||||||
void PQfinish(PGconn*);
|
void PQfinish(PGconn*);
|
||||||
PGconn* PQconnectdb(const char*);
|
PGconn* PQconnectdb(const char*);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue