From 93ba91b8ed23284cfe14f5d77d5910e112039424 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 14 Jan 2001 18:16:39 +0000 Subject: Added my_asctime() git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1114 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/core/misc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/misc.h') diff --git a/src/core/misc.h b/src/core/misc.h index 176c7a3d..22fe9211 100644 --- a/src/core/misc.h +++ b/src/core/misc.h @@ -71,4 +71,7 @@ int dec2octal(int decimal); /* convert all low-ascii (<32) to ^ combinations */ char *show_lowascii(const char *channel); +/* Get time in human readable form with localtime() + asctime() */ +char *my_asctime(time_t t); + #endif -- cgit v1.2.3