198eceb4d2cdb77efd7e8b78d967a151c32b5664
[hcoop/smlsql.git] / libpq / FFI / f-PQfreeNotify.sml
1 (* This file has been generated automatically. DO NOT EDIT! *)
2 (* [from code at "/usr/include/postgresql/libpq-fe.h":259.1-43] *)
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 "PQfreeNotify"
8 in
9 structure F_PQfreeNotify : sig
10 val typ : ((ST_pgNotify.tag, rw) su_obj ptr' -> unit) fptr T.typ
11 val fptr : unit -> ((ST_pgNotify.tag, rw) su_obj ptr' -> unit) fptr
12 val f : (ST_pgNotify.tag, rw) su_obj ptr -> unit
13 val f' : (ST_pgNotify.tag, rw) su_obj ptr' -> unit
14 end = struct
15 val typ = FPtrRTTI_21.typ
16 fun fptr () = mk_fptr (FPtrRTTI_21.mkcall, h ())
17 fun f x1 = call (fptr (), Light.ptr x1)
18 fun f' x1 = call (fptr (), x1)
19 end
20 end