| 1 |
/*******************************************************/ |
/*******************************************************/ |
| 2 |
/* */ |
/* */ |
| 3 |
/* LeafOK Innd */ |
/* LeafOK Innbbsd */ |
|
/* Copyright (C) LeafOK.com, 2003-2004 */ |
|
| 4 |
/* */ |
/* */ |
| 5 |
/* Programmed by Leaf */ |
/* Copyright (C) LeafOK.com, 2003-2008 */ |
|
/* E-mail:leaf@leafok.com QQ:6049044 */ |
|
| 6 |
/* */ |
/* */ |
| 7 |
/* http://bbs.leafok.com */ |
/* http://www.leafok.com */ |
|
/* http://bbs.leafok.net */ |
|
|
/* http://bbs.fenglin.info */ |
|
| 8 |
/* */ |
/* */ |
| 9 |
/*******************************************************/ |
/*******************************************************/ |
| 10 |
|
|
| 16 |
BBS_fun(void); |
BBS_fun(void); |
| 17 |
~BBS_fun(void); |
~BBS_fun(void); |
| 18 |
static CString LML(const CString& source_str); |
static CString LML(const CString& source_str); |
| 19 |
static CString ip_mask(const CString& ip); |
static CString ip_mask(const CString& ip, int level = 2); |
| 20 |
static CString FB2TXT(CString source_str); |
static CString FB2TXT(CString source_str); |
| 21 |
static CString GB_decode(const CString& source_str); |
static CString GB_decode(const CString& source_str); |
| 22 |
}; |
}; |