Initial revision
[hcoop/smlsql.git] / libpq / FFI / f-PQconninfoFree.sml
CommitLineData
f147efc8
AC
1(* This file has been generated automatically. DO NOT EDIT! *)
2(* [from code at "/usr/include/postgresql/libpq-fe.h":203.1-58] *)
3(* [by Matthias Blume's ml-nlffigen (version 0.9) for x86-unix] *)
4(* Send comments and suggestions to blume@research.bell-labs.com. Thanks! *)
5local
6 open C.Dim C_Int
7 val h = LibpqH.libh "PQconninfoFree"
8in
9structure F_PQconninfoFree : sig
10 val typ :
11 ((ST__PQconninfoOption.tag, rw) su_obj ptr' -> unit) fptr T.typ
12 val fptr :
13 unit -> ((ST__PQconninfoOption.tag, rw) su_obj ptr' -> unit) fptr
14 val f : (ST__PQconninfoOption.tag, rw) su_obj ptr -> unit
15 val f' : (ST__PQconninfoOption.tag, rw) su_obj ptr' -> unit
16end = struct
17 val typ = FPtrRTTI_8.typ
18 fun fptr () = mk_fptr (FPtrRTTI_8.mkcall, h ())
19 fun f x1 = call (fptr (), Light.ptr x1)
20 fun f' x1 = call (fptr (), x1)
21end
22end