comparison src/settings.sig @ 1478:a10d080123ec

'noXsrfProtection' .urp directive
author Adam Chlipala <adam@chlipala.net>
date Fri, 24 Jun 2011 13:50:59 -0400
parents 2f5fd248588d
children 438561303d02
comparison
equal deleted inserted replaced
1477:d65387bdc557 1478:a10d080123ec
1 (* Copyright (c) 2008-2010, Adam Chlipala 1 (* Copyright (c) 2008-2011, Adam Chlipala
2 * All rights reserved. 2 * All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are met: 5 * modification, are permitted provided that the following conditions are met:
6 * 6 *
225 val setMinHeap : int -> unit 225 val setMinHeap : int -> unit
226 val getMinHeap : unit -> int 226 val getMinHeap : unit -> int
227 227
228 val addAlwaysInline : string -> unit 228 val addAlwaysInline : string -> unit
229 val checkAlwaysInline : string -> bool 229 val checkAlwaysInline : string -> bool
230
231 val addNoXsrfProtection : string -> unit
232 val checkNoXsrfProtection : string -> bool
230 end 233 end