X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=dfb00d8137851692ef422922f6d25c2131f983c5;hb=5bc5607198f7d7629d451eacfb2cbe662aa7473f;hp=2035e61e4bf2f1098f70ad76ad77abd0d61b1752;hpb=89a1f00cb7479eff19e5aca354550a2443414c94;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index 2035e61e4..dfb00d813 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -621,7 +621,11 @@ void shutdown_sessions(void); void do_housekeeping(void); void smart_goto(const StrBuf *); void worker_entry(void); -void session_loop(HashList *HTTPHeaders, StrBuf *ReqLine, StrBuf *ReqType, StrBuf *ReadBuf); +void session_loop(HashList *HTTPHeaders, + StrBuf *ReqLine, + StrBuf *ReqType, + StrBuf *ReadBuf, + const char **Pos); size_t wc_strftime(char *s, size_t max, const char *format, const struct tm *tm); void fmt_time(char *buf, size_t siz, time_t thetime); void httpdate(char *buf, time_t thetime);