From 78bb7c4b8790fc1b5f47adb84a8b228fb65b3a88 Mon Sep 17 00:00:00 2001 From: wens Date: Tue, 25 Jan 2005 04:36:25 +0000 Subject: use ctime4 for compat on x86_64 git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2430 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index acc01f55..434e8e3d 100644 --- a/include/proto.h +++ b/include/proto.h @@ -576,6 +576,7 @@ void pressanykey_or_callangel(void); #endif struct tm *localtime4(time4_t *); time4_t time4(time4_t *); +char *ctime4(time4_t *); /* syspost */ int post_msg(char* bname, char* title, char *msg, char* author); -- cgit v1.2.3