summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-23 11:52:31 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-23 11:52:31 +0800
commit6a2a7525896ceb52ce538ff338f5c0330691767d (patch)
tree09dff98afd8c0ac9b4e883462323c9b4f9f15629 /include
parentd47fe901bf9eade78fcfacc5945d84a13040e697 (diff)
downloadpttbbs-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.h3
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();