Commit 5aac3566 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

TIM_{format,parse}() are used unconditionally, so declare them unconditionally.

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@718 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 7d495226
......@@ -6,11 +6,9 @@
void FreeArgv(char **argv);
char **ParseArgv(const char *s, int comment);
#ifdef CLOCK_MONOTONIC
/* from libvarnish/time.c */
void TIM_format(time_t t, char *p);
time_t TIM_parse(const char *p);
#endif
/* from libvarnish/version.c */
void varnish_version(const char *);
......
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