diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-10-30 11:08:26 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-10-30 11:08:26 +0800 |
commit | 93e84c9d6c3c5d95e21d0a30bd32e8c58f66e40e (patch) | |
tree | d640d3909573dd2d753b197c43c281f6fa6f8799 /include/proto.h | |
parent | 35a342e7bb718eebeed70e13b3fafba0e69e0384 (diff) | |
download | pttbbs-93e84c9d6c3c5d95e21d0a30bd32e8c58f66e40e.tar pttbbs-93e84c9d6c3c5d95e21d0a30bd32e8c58f66e40e.tar.gz pttbbs-93e84c9d6c3c5d95e21d0a30bd32e8c58f66e40e.tar.bz2 pttbbs-93e84c9d6c3c5d95e21d0a30bd32e8c58f66e40e.tar.lz pttbbs-93e84c9d6c3c5d95e21d0a30bd32e8c58f66e40e.tar.xz pttbbs-93e84c9d6c3c5d95e21d0a30bd32e8c58f66e40e.tar.zst pttbbs-93e84c9d6c3c5d95e21d0a30bd32e8c58f66e40e.zip |
feature for SOB users to import account
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2285 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-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 edfad702..ee39868e 100644 --- a/include/proto.h +++ b/include/proto.h @@ -358,7 +358,7 @@ int Name_Menu(void); #ifdef MERGEBBS /* merge */ -int m_fpg(void); +int m_sob(void); void m_sob_brd(char *bname,char *fromdir); #endif |