File: filter.h

package info (click to toggle)
trn4 4.0-test77-11
  • links: PTS, VCS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 3,640 kB
  • ctags: 3,719
  • sloc: ansic: 48,331; sh: 6,817; tcl: 1,696; yacc: 660; perl: 108; makefile: 24
file content (11 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
/* filter.h -- declarations for filter.c.
 */
/* This software is copyrighted as detailed in the LICENSE file. */


/* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */

void filter_init _((void));
void filter_nginit _((void));
int filter _((ART_NUM));
void filter_cleanup _((void));