comparison src/settings.sig @ 2304:6fb9232ade99

Merge Sqlcache
author Adam Chlipala <adam@chlipala.net>
date Sun, 20 Dec 2015 14:18:52 -0500
parents 6eae499c56cb 8d772fbf59c1
children
comparison
equal deleted inserted replaced
2201:1091227f535a 2304:6fb9232ade99
281 val getIsHtml5 : unit -> bool 281 val getIsHtml5 : unit -> bool
282 282
283 val setLessSafeFfi : bool -> unit 283 val setLessSafeFfi : bool -> unit
284 val getLessSafeFfi : unit -> bool 284 val getLessSafeFfi : unit -> bool
285 285
286 val setSqlcache : bool -> unit
287 val getSqlcache : unit -> bool
288
286 val setFilePath : string -> unit 289 val setFilePath : string -> unit
287 (* Sets the directory where we look for files being added below. *) 290 (* Sets the directory where we look for files being added below. *)
288 291
289 val addFile : {Uri : string, LoadFromFilename : string} -> unit 292 val addFile : {Uri : string, LoadFromFilename : string} -> unit
290 val listFiles : unit -> {Uri : string, ContentType : string option, LastModified : Time.time, Bytes : Word8Vector.vector} list 293 val listFiles : unit -> {Uri : string, ContentType : string option, LastModified : Time.time, Bytes : Word8Vector.vector} list