summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Denis Redozubov <denis.redozubov@gmail.com>2018-08-22 15:11:32 +0300
committerGravatar Denis Redozubov <denis.redozubov@gmail.com>2018-08-22 15:14:21 +0300
commiteb86dffeeec897d17905f3adff84e6acfd018330 (patch)
tree91e346a00ab96ec247af14529fc1d26c9c3a4ae0 /include
parent0e41b2ab9485f46c4303be46d41e39203eeb7138 (diff)
Rough same page anchors
Diffstat (limited to 'include')
-rw-r--r--include/urweb/urweb_cpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/urweb/urweb_cpp.h b/include/urweb/urweb_cpp.h
index 5f1144b8..1351cfbc 100644
--- a/include/urweb/urweb_cpp.h
+++ b/include/urweb/urweb_cpp.h
@@ -242,6 +242,7 @@ uw_Basis_string uw_Basis_blessEnvVar(struct uw_context *, uw_Basis_string);
uw_Basis_string uw_Basis_blessMeta(struct uw_context *, uw_Basis_string);
uw_Basis_string uw_Basis_checkUrl(struct uw_context *, uw_Basis_string);
+uw_Basis_string uw_Basis_anchorUrl(struct uw_context *, uw_Basis_string);
uw_Basis_string uw_Basis_checkMime(struct uw_context *, uw_Basis_string);
uw_Basis_string uw_Basis_checkRequestHeader(struct uw_context *, uw_Basis_string);
uw_Basis_string uw_Basis_checkResponseHeader(struct uw_context *, uw_Basis_string);