Mercurial > urweb
comparison src/settings.sig @ 766:df09c95085f8
More FFI compiler options
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 02 May 2009 12:10:43 -0400 |
parents | a28982de5645 |
children | 3b7e46790fa7 |
comparison
equal
deleted
inserted
replaced
765:a28982de5645 | 766:df09c95085f8 |
---|---|
37 | 37 |
38 (* Which C header files are needed? *) | 38 (* Which C header files are needed? *) |
39 val setHeaders : string list -> unit | 39 val setHeaders : string list -> unit |
40 val getHeaders : unit -> string list | 40 val getHeaders : unit -> string list |
41 | 41 |
42 (* Which extra JavaScript URLs should be included? *) | |
43 val setScripts : string list -> unit | |
44 val getScripts : unit -> string list | |
45 | |
42 type ffi = string * string | 46 type ffi = string * string |
43 | 47 |
44 (* Which FFI types may be sent from clients to servers? *) | 48 (* Which FFI types may be sent from clients to servers? *) |
45 val setClientToServer : ffi list -> unit | 49 val setClientToServer : ffi list -> unit |
46 val mayClientToServer : ffi -> bool | 50 val mayClientToServer : ffi -> bool |