--- innwebd/BBS_fun.h 2004/06/25 07:01:51 1.1 +++ innwebd/BBS_fun.h 2004/07/04 06:45:23 1.3 @@ -1,10 +1,10 @@ /*******************************************************/ /* */ -/* LeafOK Innd */ +/* LeafOK Innbbsd */ /* Copyright (C) LeafOK.com, 2003-2004 */ /* */ /* Programmed by Leaf */ -/* E-mail:leaf@leafok.com QQ:6049044 */ +/* E-mail:leaflet@leafok.com QQ:6049044 */ /* */ /* http://bbs.leafok.com */ /* http://bbs.leafok.net */ @@ -20,7 +20,7 @@ public: BBS_fun(void); ~BBS_fun(void); static CString LML(const CString& source_str); - static CString ip_mask(const CString& ip); + static CString ip_mask(const CString& ip, int level = 2); static CString FB2TXT(CString source_str); static CString GB_decode(const CString& source_str); };