diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-23 11:52:31 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-23 11:52:31 +0800 |
commit | 6a2a7525896ceb52ce538ff338f5c0330691767d (patch) | |
tree | 09dff98afd8c0ac9b4e883462323c9b4f9f15629 /include | |
parent | d47fe901bf9eade78fcfacc5945d84a13040e697 (diff) | |
download | pttbbs-6a2a7525896ceb52ce538ff338f5c0330691767d.tar pttbbs-6a2a7525896ceb52ce538ff338f5c0330691767d.tar.gz pttbbs-6a2a7525896ceb52ce538ff338f5c0330691767d.tar.bz2 pttbbs-6a2a7525896ceb52ce538ff338f5c0330691767d.tar.lz pttbbs-6a2a7525896ceb52ce538ff338f5c0330691767d.tar.xz pttbbs-6a2a7525896ceb52ce538ff338f5c0330691767d.tar.zst pttbbs-6a2a7525896ceb52ce538ff338f5c0330691767d.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@343 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index ee32cd2d..8cccf526 100644 --- a/include/proto.h +++ b/include/proto.h @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.21 2002/06/06 21:34:09 in2 Exp $ */ +/* $Id: proto.h,v 1.22 2002/06/23 03:50:56 ptt Exp $ */ #ifndef INCLUDE_PROTO_H #define INCLUDE_PROTO_H @@ -391,6 +391,7 @@ void initscr(); void Jaky_outs(char *str, int line); /* stuff */ +time_t gettime(int line, time_t dt); void setcalfile(char *buf, char *userid); void stand_title(char *title); void pressanykey(); |