diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-02-12 22:31:36 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-02-12 22:31:36 +0800 |
commit | 78e8c9f5ce3e6edaada4550b3a05c91b321ca1df (patch) | |
tree | b949c7476a516414332c5d1078c6261a1c143b2a /include | |
parent | 35bf1e76c59fa46a7dc2fccff743133a599f68bf (diff) | |
download | pttbbs-78e8c9f5ce3e6edaada4550b3a05c91b321ca1df.tar pttbbs-78e8c9f5ce3e6edaada4550b3a05c91b321ca1df.tar.gz pttbbs-78e8c9f5ce3e6edaada4550b3a05c91b321ca1df.tar.bz2 pttbbs-78e8c9f5ce3e6edaada4550b3a05c91b321ca1df.tar.lz pttbbs-78e8c9f5ce3e6edaada4550b3a05c91b321ca1df.tar.xz pttbbs-78e8c9f5ce3e6edaada4550b3a05c91b321ca1df.tar.zst pttbbs-78e8c9f5ce3e6edaada4550b3a05c91b321ca1df.zip |
MRT map
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@660 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 20963df0..0fb19043 100644 --- a/include/proto.h +++ b/include/proto.h @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.36 2003/01/19 01:29:39 in2 Exp $ */ +/* $Id: proto.h,v 1.37 2003/02/12 14:31:36 victor Exp $ */ #ifndef INCLUDE_PROTO_H #define INCLUDE_PROTO_H @@ -559,6 +559,7 @@ int x_86(); int x_history(); int x_weather(); int x_stock(); +int x_mrtmap(); int note(); int Goodbye(); |