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