diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-10-26 11:22:03 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-10-26 11:22:03 +0800 |
commit | dc9303ee4b5f1374c1ff39f2d5b6f79d7e85057e (patch) | |
tree | 9df7aec9429c39daa71843b20b2fab4f70bb9fff /include | |
parent | 51ef5e730e8c85838223598a004274132c4d04e8 (diff) | |
download | pttbbs-dc9303ee4b5f1374c1ff39f2d5b6f79d7e85057e.tar pttbbs-dc9303ee4b5f1374c1ff39f2d5b6f79d7e85057e.tar.gz pttbbs-dc9303ee4b5f1374c1ff39f2d5b6f79d7e85057e.tar.bz2 pttbbs-dc9303ee4b5f1374c1ff39f2d5b6f79d7e85057e.tar.lz pttbbs-dc9303ee4b5f1374c1ff39f2d5b6f79d7e85057e.tar.xz pttbbs-dc9303ee4b5f1374c1ff39f2d5b6f79d7e85057e.tar.zst pttbbs-dc9303ee4b5f1374c1ff39f2d5b6f79d7e85057e.zip |
modify merge bbs for SOB's boards
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2281 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index 8b1f1927..edfad702 100644 --- a/include/proto.h +++ b/include/proto.h @@ -359,7 +359,7 @@ int Name_Menu(void); #ifdef MERGEBBS /* merge */ int m_fpg(void); -void m_fpg_brd(char *bname,char *fromdir); +void m_sob_brd(char *bname,char *fromdir); #endif /* more */ |