diff include/urweb.h @ 278:137744c5b1ae

First query example working
author Adam Chlipala <adamc@hcoop.net>
date Tue, 02 Sep 2008 16:10:07 -0400
parents 4d80d6122df1
children fdd7a698be01
line wrap: on
line diff
--- a/include/urweb.h	Tue Sep 02 15:29:45 2008 -0400
+++ b/include/urweb.h	Tue Sep 02 16:10:07 2008 -0400
@@ -58,3 +58,4 @@
 lw_Basis_bool lw_Basis_unurlifyBool(lw_context, char **);
 
 lw_Basis_string lw_Basis_strcat(lw_context, lw_Basis_string, lw_Basis_string);
+lw_Basis_string lw_Basis_strdup(lw_context, lw_Basis_string);