/[LeafOK_CVS]/lbbs/include/bwf.h
ViewVC logotype

Annotation of /lbbs/include/bwf.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Fri Nov 7 04:51:06 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Content type: text/x-chdr
Add BWF - bad word filter

1 sysadm 1.1 /* SPDX-License-Identifier: GPL-3.0-or-later */
2     /*
3     * bwf
4     * - bad words filter
5     *
6     * Copyright (C) 2004-2025 Leaflet <leaflet@leafok.com>
7     */
8    
9     #ifndef _BWF_H_
10     #define _BWF_H_
11    
12     extern int bwf_load(const char *filename);
13     extern void bwf_unload(void);
14    
15     extern int check_badwords(char *str, char c_replace);
16    
17     #endif //_BWF_H_

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