aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/defs.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-04-18 14:50:31 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-04-18 14:50:31 +0000
commita6e3ec13897a926c795794534f07c4fa2726b18f (patch)
treefcdc2a385f9fd9b5bea3a812eed6c88aab1beb5f /src/pluto/defs.h
parent815510e6372300604a8e6b3c5642c747248b8b66 (diff)
downloadstrongswan-a6e3ec13897a926c795794534f07c4fa2726b18f.tar.bz2
strongswan-a6e3ec13897a926c795794534f07c4fa2726b18f.tar.xz
created pluto and scepclient now use libstrongswan-lite
Diffstat (limited to 'src/pluto/defs.h')
-rw-r--r--src/pluto/defs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pluto/defs.h b/src/pluto/defs.h
index 2d19d7300..888748161 100644
--- a/src/pluto/defs.h
+++ b/src/pluto/defs.h
@@ -67,9 +67,6 @@ extern void mv_chunk(u_char **pos, chunk_t content);
extern bool write_chunk(const char *filename, const char *label, chunk_t ch
,mode_t mask, bool force);
-/* display a date either in local or UTC time */
-extern char* timetoa(const time_t *time, bool utc);
-
/* warns a predefined interval before expiry */
extern const char* check_expiry(time_t expiration_date,
int warning_interval, bool strict);