diff options
| author | wiz <[email protected]> | 2022-02-10 16:49:54 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:54 +0300 |
| commit | 75494e834356f7a748c7193ccb6a5aa4dc981f4f (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/string_utils/url/url.h | |
| parent | d55d2643fed42b214f3a9d1fcd5882cc246ad2ea (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/string_utils/url/url.h')
| -rw-r--r-- | library/cpp/string_utils/url/url.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/string_utils/url/url.h b/library/cpp/string_utils/url/url.h index 803a80237a6..84137ccc57d 100644 --- a/library/cpp/string_utils/url/url.h +++ b/library/cpp/string_utils/url/url.h @@ -27,7 +27,7 @@ Y_PURE_FUNCTION size_t GetHttpPrefixSize(const char* url, bool ignorehttps = false) noexcept; Y_PURE_FUNCTION size_t GetHttpPrefixSize(const wchar16* url, bool ignorehttps = false) noexcept; - + Y_PURE_FUNCTION size_t GetHttpPrefixSize(const TStringBuf url, bool ignorehttps = false) noexcept; |
