Fixing for 110.46
[hcoop/smlsql.git] / libpq / FFI / t-ExecStatusType.sml
1 (* This file has been generated automatically. DO NOT EDIT! *)
2 (* [from code at "/usr/include/postgresql/libpq-fe.h":71.1-86.17] *)
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 open C.Dim C in
6 structure T_ExecStatusType = struct
7 type t = ET_'ExecStatusType.tag enum
8 val typ = T.enum : ET_'ExecStatusType.tag enum T.typ : t T.typ
9 end
10 end