get rid of the last few pointer typedefs in db.postgresql.ffi, windows.usp10, and windows.winsock

db4
Joe Groff 2010-02-23 10:17:48 -08:00
parent 00a7559d55
commit b0bf5f3106
3 changed files with 2 additions and 3 deletions

View File

@ -63,7 +63,6 @@ C-TYPE: PGconn
C-TYPE: PGresult
C-TYPE: PGcancel
TYPEDEF: uint Oid
TYPEDEF: uint* Oid*
TYPEDEF: char pqbool
C-TYPE: PQconninfoOption
C-TYPE: PGnotify

View File

@ -57,7 +57,7 @@ SCRIPT_JUSTIFFY_RESERVED4 ;
STRUCT: SCRIPT_VISATTR
{ flags WORD } ;
TYPEDEF: void* SCRIPT_CACHE*
C-TYPE: SCRIPT_CACHE
C-TYPE: ABC
FUNCTION: HRESULT ScriptShape (

View File

@ -141,7 +141,7 @@ STRUCT: timeval
{ sec long }
{ usec long } ;
TYPEDEF: void* fd_set*
C-TYPE: fd_set
LIBRARY: winsock