Build scripts & automatic generation of FFI files
[hcoop/smlsql.git] / libpq / FFI / f-PQgetResult.sml
CommitLineData
f147efc8
AC
1(* This file has been generated automatically. DO NOT EDIT! *)
2(* [from code at "/usr/include/postgresql/libpq-fe.h":263.1-43] *)
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 "PQgetResult"
8in
9structure F_PQgetResult : sig
10 val typ :
11 ((ST_pg_conn.tag, rw) su_obj ptr' ->
12 (ST_pg_result.tag, rw) su_obj ptr') fptr T.typ
13 val fptr :
14 unit ->
15 ((ST_pg_conn.tag, rw) su_obj ptr' ->
16 (ST_pg_result.tag, rw) su_obj ptr') fptr
17 val f' :
18 (ST_pg_conn.tag, rw) su_obj ptr' ->
19 (ST_pg_result.tag, rw) su_obj ptr'
20end = struct
21 val typ = FPtrRTTI_23.typ
22 fun fptr () = mk_fptr (FPtrRTTI_23.mkcall, h ())
23 fun f' x1 = call (fptr (), x1)
24end
25end