annotate src/sqlcache.sig @ 2228:25c94de06e3c

New mouse events oncontextmenu, onmouseenter, and onmouseleave.
author Ziv Scully <ziv@mit.edu>
date Tue, 07 Apr 2015 14:18:53 -0400
parents 0ca11d57c175
children af1585e7d645
rev   line source
ziv@2209 1 signature SQLCACHE = sig
ziv@2209 2
ziv@2209 3 val ffiIndices : int list ref
ziv@2209 4 val go : Mono.file -> Mono.file
ziv@2209 5
ziv@2209 6 end