mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
removes deprecated T/P types
This commit is contained in:
@@ -152,10 +152,6 @@ type
|
||||
length*: int32
|
||||
isint*: int32
|
||||
p*: pointer
|
||||
{.deprecated: [TSockAddr: SockAddr, TPGresAttDesc: PgresAttDesc,
|
||||
TPGresAttValue: PgresAttValue, TExecStatusType: ExecStatusType,
|
||||
TPGlobjfuncs: Pglobjfuncs, TConnStatusType: ConnStatusType, TPGconn: Pgconn,
|
||||
TPGresult: PGresult].}
|
||||
|
||||
proc pqconnectStart*(conninfo: cstring): PPGconn{.cdecl, dynlib: dllName,
|
||||
importc: "PQconnectStart".}
|
||||
|
||||
Reference in New Issue
Block a user