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

Diff of /lbbs/include/bwf.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.1 by sysadm, Fri Nov 7 04:51:06 2025 UTC Revision 1.3 by sysadm, Sat Jan 3 10:27:14 2026 UTC
# Line 3  Line 3 
3   * bwf   * bwf
4   *   - bad words filter   *   - bad words filter
5   *   *
6   * Copyright (C) 2004-2025  Leaflet <leaflet@leafok.com>   * Copyright (C) 2004-2026  Leaflet <leaflet@leafok.com>
7   */   */
8    
9  #ifndef _BWF_H_  #ifndef _BWF_H_
10  #define _BWF_H_  #define _BWF_H_
11    
12  extern int bwf_load(const char *filename);  extern int bwf_load(const char *filename);
13  extern void bwf_unload(void);  extern int bwf_compile(void);
14    extern void bwf_cleanup(void);
15    
16  extern int check_badwords(char *str, char c_replace);  extern int check_badwords(char *str, char c_replace);
17    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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