Build scripts & automatic generation of FFI files
[hcoop/smlsql.git] / libpq / FFI / f-PQconnectStart.sml
1 (* This file has been generated automatically. DO NOT EDIT! *)
2 (* [from code at "/usr/include/postgresql/libpq-fe.h":183.1-52] *)
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! *)
5 local
6 open C.Dim C_Int
7 val h = LibpqH.libh "PQconnectStart"
8 in
9 structure F_PQconnectStart : sig
10 val typ :
11 (ro uchar_obj ptr' -> (ST_pg_conn.tag, rw) su_obj ptr') fptr T.typ
12 val fptr :
13 unit ->
14 (ro uchar_obj ptr' -> (ST_pg_conn.tag, rw) su_obj ptr') fptr
15 val f' : ro uchar_obj ptr' -> (ST_pg_conn.tag, rw) su_obj ptr'
16 end = struct
17 val typ = FPtrRTTI_7.typ
18 fun fptr () = mk_fptr (FPtrRTTI_7.mkcall, h ())
19 fun f' x1 = call (fptr (), x1)
20 end
21 end