diff options
author | Adam Chlipala <adam@chlipala.net> | 2020-01-15 12:12:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-15 12:12:32 -0500 |
commit | 026883de8a8c80a1dc5fa3e51a95e951db4b2b6a (patch) | |
tree | cf4b600a783fb5bc87f83b98ffaed589aecae145 /include | |
parent | 5cce43a484bdde0053820b8ae408bcba830b25ba (diff) | |
parent | eb86dffeeec897d17905f3adff84e6acfd018330 (diff) |
Merge pull request #136 from dredozubov/anchor-links
Same page link anchors
Diffstat (limited to 'include')
-rw-r--r-- | include/urweb/urweb_cpp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/urweb/urweb_cpp.h b/include/urweb/urweb_cpp.h index e4ad6e61..3209a9a6 100644 --- a/include/urweb/urweb_cpp.h +++ b/include/urweb/urweb_cpp.h @@ -245,6 +245,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); |