From cd28ea2ee01ac023b7b1dfac39ae5ddf4ded5c4e Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 3 Sep 2011 12:51:05 -0400 Subject: An abstract type of IDs --- include/urweb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/urweb.h b/include/urweb.h index b5692a6d..e0faebf7 100644 --- a/include/urweb.h +++ b/include/urweb.h @@ -346,4 +346,6 @@ uw_Basis_bool uw_Basis_currentUrlHasQueryString(uw_context); void uw_cutErrorLocation(char *); +uw_Basis_string uw_Basis_fresh(uw_context); + #endif -- cgit v1.2.3