aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/misc/httpdate.h
diff options
context:
space:
mode:
authorluchko <luchko@yandex-team.ru>2022-02-10 16:48:21 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:21 +0300
commit9f21dcc5d3d7c6e54e7adbaa2abaa6d86ae08c59 (patch)
treefe8d90bbd8376a597fb16b369d09be5fa22eedce /library/cpp/http/misc/httpdate.h
parent20fb5622594feb17be2ce26b99ddd6f60a870b3a (diff)
downloadydb-9f21dcc5d3d7c6e54e7adbaa2abaa6d86ae08c59.tar.gz
Restoring authorship annotation for <luchko@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/misc/httpdate.h')
-rw-r--r--library/cpp/http/misc/httpdate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/misc/httpdate.h b/library/cpp/http/misc/httpdate.h
index 04876f38fe..20915151bf 100644
--- a/library/cpp/http/misc/httpdate.h
+++ b/library/cpp/http/misc/httpdate.h
@@ -15,7 +15,7 @@ inline time_t parse_http_date(const TStringBuf& datestring) {
}
}
-int format_http_date(char buf[], size_t size, time_t when);
+int format_http_date(char buf[], size_t size, time_t when);
char* format_http_date(time_t when, char* buf, size_t len);
TString FormatHttpDate(time_t when);