summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 40f16451ae..884a355a82 100644
--- a/src/common.h
+++ b/src/common.h
@@ -144,4 +144,7 @@ void set_read_funcs(gnutls_session_t session)
# define set_read_funcs(x)
#endif
+#define SIMPLE_CTIME_BUF_SIZE 64
+char *simple_ctime(const time_t *t, char buf[SIMPLE_CTIME_BUF_SIZE]);
+
#endif /* GNUTLS_SRC_COMMON_H */