Mercurial > urweb
comparison lib/ur/basis.urs @ 1138:b7118ffd32ae
Update Makefile.in's with new Autotools; add extra 'return NULL' to placate some -Wall
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 30 Jan 2010 11:21:26 -0500 |
parents | 32710de7227b |
children | 5eca51fcd559 |
comparison
equal
deleted
inserted
replaced
1137:a8921f5ef6bd | 1138:b7118ffd32ae |
---|---|
133 | 133 |
134 (** * Time *) | 134 (** * Time *) |
135 | 135 |
136 val now : transaction time | 136 val now : transaction time |
137 val minTime : time | 137 val minTime : time |
138 val minusSeconds : time -> int -> time | |
138 | 139 |
139 | 140 |
140 (** HTTP operations *) | 141 (** HTTP operations *) |
141 | 142 |
142 val requestHeader : string -> transaction (option string) | 143 val requestHeader : string -> transaction (option string) |