File: filename-filters.h

package info (click to toggle)
altermime 0.3.10-8
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 920 kB
  • sloc: ansic: 11,103; makefile: 75; sh: 15
file content (7 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
int FNFILTER_init( void );
int FNFILTER_set_debug( int level );
int FNFILTER_set_verbose( int level );
int FNFILTER_set_paranoid( int level );
int FNFILTER_set_mac( int level );
int FNFILTER_filter( char *fname, int size );