X-Git-Url: https://git.hcoop.net/hcoop/smlsql.git/blobdiff_plain/812d937792645ff4de79715553a449a42ba4d589..ff979976e79e20620cab1a3bacf8ede384f5b880:/libpq/FFI/f-PQmakeEmptyPGresult.sml diff --git a/libpq/FFI/f-PQmakeEmptyPGresult.sml b/libpq/FFI/f-PQmakeEmptyPGresult.sml deleted file mode 100644 index d149012..0000000 --- a/libpq/FFI/f-PQmakeEmptyPGresult.sml +++ /dev/null @@ -1,26 +0,0 @@ -(* This file has been generated automatically. DO NOT EDIT! *) -(* [from code at "/usr/include/postgresql/libpq-fe.h":323.1-74] *) -(* [by Matthias Blume's ml-nlffigen (version 0.9.1) for x86-unix] *) -(* Send comments and suggestions to blume@tti-c.org. Thanks! *) -local - open C.Dim C_Int - val h = LibpqH.libh "PQmakeEmptyPGresult" -in -structure F_PQmakeEmptyPGresult : sig - val typ : - ((ST_pg_conn.tag, rw) su_obj ptr' * ET_'ExecStatusType.tag enum -> - (ST_pg_result.tag, rw) su_obj ptr') fptr T.typ - val fptr : - unit -> - ((ST_pg_conn.tag, rw) su_obj ptr' * - ET_'ExecStatusType.tag enum -> - (ST_pg_result.tag, rw) su_obj ptr') fptr - val f' : - (ST_pg_conn.tag, rw) su_obj ptr' * MLRep.Signed.int -> - (ST_pg_result.tag, rw) su_obj ptr' -end = struct - val typ = FPtrRTTI_27.typ - fun fptr () = mk_fptr (FPtrRTTI_27.mkcall, h ()) - fun f' (x1, x2) = call (fptr (), (x1, Cvt.i2c_enum x2)) -end -end