aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/printf_hook.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-02-08 15:22:21 +0000
committerMartin Willi <martin@strongswan.org>2007-02-08 15:22:21 +0000
commit7006a51efc3caaa8139b3d09cdef4c3692c0f3a4 (patch)
treec2f1ffff871c5a663032344651eeff82ff968d41 /src/libstrongswan/printf_hook.h
parent61c0e0f220c101677307edab1b2e1716e1f44c90 (diff)
downloadstrongswan-7006a51efc3caaa8139b3d09cdef4c3692c0f3a4.tar.bz2
strongswan-7006a51efc3caaa8139b3d09cdef4c3692c0f3a4.tar.xz
removed my time_t printf handler patch, applied the one of andreas (64bit save)
Diffstat (limited to 'src/libstrongswan/printf_hook.h')
-rw-r--r--src/libstrongswan/printf_hook.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/printf_hook.h b/src/libstrongswan/printf_hook.h
index 8fa75f06f..3e47ef888 100644
--- a/src/libstrongswan/printf_hook.h
+++ b/src/libstrongswan/printf_hook.h
@@ -36,9 +36,9 @@
#define PRINTF_CHUNK 'B'
/** 2 arguments: u_char *buffer, int size */
#define PRINTF_BYTES 'b'
-/** 1 argument: time_t time; with #-modifier 2 arguments: time_t time, bool utc */
+/** 1 argument: time_t *time; with #-modifier 2 arguments: time_t *time, bool utc */
#define PRINTF_TIME 'T'
-/** 2 arguments: time_t begin, time_t end */
+/** 2 arguments: time_t *begin, time_t *end */
#define PRINTF_TIME_DELTA 'V'
/** 1 argument: x509_t *cert; with #-modifier 2 arguments: x509_t *cert, bool utc */
#define PRINTF_X509 'Q'