Build scripts & automatic generation of FFI files
[hcoop/smlsql.git] / libpq / FFI / f-PQresStatus.sml
CommitLineData
f147efc8
AC
1(* This file has been generated automatically. DO NOT EDIT! *)
2(* [from code at "/usr/include/postgresql/libpq-fe.h":297.1-48] *)
790a48a1
AC
3(* [by Matthias Blume's ml-nlffigen (version 0.9.1) for x86-unix] *)
4(* Send comments and suggestions to blume@tti-c.org. Thanks! *)
f147efc8
AC
5local
6 open C.Dim C_Int
7 val h = LibpqH.libh "PQresStatus"
8in
9structure F_PQresStatus : sig
10 val typ :
11 (ET_'ExecStatusType.tag enum -> rw uchar_obj ptr') fptr T.typ
12 val fptr :
13 unit -> (ET_'ExecStatusType.tag enum -> rw uchar_obj ptr') fptr
14 val f : MLRep.Signed.int -> rw uchar_obj ptr
15 val f' : MLRep.Signed.int -> rw uchar_obj ptr'
16end = struct
17 val typ = FPtrRTTI_36.typ
18 fun fptr () = mk_fptr (FPtrRTTI_36.mkcall, h ())
19 fun f x1
20 = Heavy.ptr (T.pointer T.uchar) (call (fptr (), Cvt.i2c_enum x1))
21 fun f' x1 = call (fptr (), Cvt.i2c_enum x1)
22end
23end