Commit 05b7a36d authored by Federico G. Schwindt's avatar Federico G. Schwindt

Update filename references

parent ceb61986
......@@ -885,7 +885,7 @@ void CLI_AddFuncs(struct cli_proto *p);
extern pthread_t cli_thread;
#define ASSERT_CLI() do {assert(pthread_self() == cli_thread);} while (0)
/* cache_expiry.c */
/* cache_expire.c */
void EXP_Clr(struct exp *e);
double EXP_Ttl(const struct req *, const struct exp*);
......@@ -1236,7 +1236,7 @@ char *WS_Snapshot(struct ws *ws);
int WS_Overflowed(const struct ws *ws);
void *WS_Printf(struct ws *ws, const char *fmt, ...) __printflike(2, 3);
/* rfc2616.c */
/* cache_rfc2616.c */
void RFC2616_Ttl(struct busyobj *, double now);
enum body_status RFC2616_Body(struct busyobj *, struct dstat *);
unsigned RFC2616_Req_Gzip(const struct http *);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment