summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-03-10 01:44:39 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-03-10 01:44:39 +0800
commitdc1e907c2cf1038a9dc24a4f4969a8403097bd85 (patch)
treead37009f7662f3204509a196b8eaa74f0586e37f /include
parent90451291f8f509d0f0e3f1c442bb3325de30d9b0 (diff)
downloadpttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.tar
pttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.tar.gz
pttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.tar.bz2
pttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.tar.lz
pttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.tar.xz
pttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.tar.zst
pttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.zip
no warning
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@16 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 5247ac7f..ca62fed5 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.2 2002/03/09 10:34:56 in2 Exp $ */
+/* $Id: proto.h,v 1.3 2002/03/09 17:44:39 in2 Exp $ */
#ifndef INCLUDE_PROTO_H
#define INCLUDE_PROTO_H
@@ -519,4 +519,6 @@ int passwd_update_money(int num);
/* calendar */
int calendar();
+/* util */
+void touchbtotal(int bid);
#endif