From 0b806d1fa00421011b7775c92fc7b300a02591b1 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 7 Aug 2006 15:00:55 +0000 Subject: [PATCH] TIM_{format,parse}() are used unconditionally, so declare them unconditionally. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@718 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/include/libvarnish.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/varnish-cache/include/libvarnish.h b/varnish-cache/include/libvarnish.h index 3f82ebb5..592d7df9 100644 --- a/varnish-cache/include/libvarnish.h +++ b/varnish-cache/include/libvarnish.h @@ -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 *); -- 2.39.5