From 6d7d90270f4100c903329d51949be81933c2409a Mon Sep 17 00:00:00 2001 From: thinking Date: Tue, 26 Oct 2021 11:33:43 +0800 Subject: [PATCH] up --- http/http/httputil.h | 1 + 1 file changed, 1 insertion(+) diff --git a/http/http/httputil.h b/http/http/httputil.h index 782a7f15..9b136e30 100644 --- a/http/http/httputil.h +++ b/http/http/httputil.h @@ -3,6 +3,7 @@ #include #include + const char *http_mkrfc1123(char *buf, size_t size, time_t t); char* http_gb2312_url_encode(const char *str); char* http_gb2312_url_decode(const char *str); -- Gitee