/[LeafOK_CVS]/innwebd/BBS_fun.h
ViewVC logotype

Annotation of /innwebd/BBS_fun.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Wed Jun 30 12:50:18 2004 UTC (21 years, 8 months ago) by sysadm
Branch: MAIN
Changes since 1.1: +1 -1 lines
Content type: text/x-chdr
Add level for ip_mask()

1 sysadm 1.1 /*******************************************************/
2     /* */
3     /* LeafOK Innd */
4     /* Copyright (C) LeafOK.com, 2003-2004 */
5     /* */
6     /* Programmed by Leaf */
7     /* E-mail:leaf@leafok.com QQ:6049044 */
8     /* */
9     /* http://bbs.leafok.com */
10     /* http://bbs.leafok.net */
11     /* http://bbs.fenglin.info */
12     /* */
13     /*******************************************************/
14    
15     #pragma once
16    
17     class BBS_fun
18     {
19     public:
20     BBS_fun(void);
21     ~BBS_fun(void);
22     static CString LML(const CString& source_str);
23 sysadm 1.2 static CString ip_mask(const CString& ip, int level = 2);
24 sysadm 1.1 static CString FB2TXT(CString source_str);
25     static CString GB_decode(const CString& source_str);
26     };

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1