From 798578d4ab39420b79318eb2a274f8aecb558bf5 Mon Sep 17 00:00:00 2001 From: kcwu Date: Thu, 16 Jan 2003 14:38:35 +0000 Subject: eliminate `static' array git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@612 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index 7d847285..a844e483 100644 --- a/include/proto.h +++ b/include/proto.h @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.33 2003/01/16 13:28:48 kcwu Exp $ */ +/* $Id: proto.h,v 1.34 2003/01/16 14:38:35 kcwu Exp $ */ #ifndef INCLUDE_PROTO_H #define INCLUDE_PROTO_H @@ -251,7 +251,7 @@ char getans(char *prompt); int Rename(char* src, char* dst); int Link(char* src, char* dst); char *Ptt_prints(char *str, int mode); -char *my_ctime(const time_t *t); +char *my_ctime(const time_t *t, char *ans, int len); /* lovepaper */ int x_love(); -- cgit v1.2.3