summaryrefslogtreecommitdiff
path: root/include/urweb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/urweb.h')
-rw-r--r--include/urweb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/urweb.h b/include/urweb.h
index 641893de..b923e1b0 100644
--- a/include/urweb.h
+++ b/include/urweb.h
@@ -58,3 +58,4 @@ lw_Basis_string lw_Basis_unurlifyString(lw_context, char **);
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);