File: pfilter.h

package info (click to toggle)
direwolf 1.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,376 kB
  • ctags: 3,887
  • sloc: ansic: 48,436; sh: 180; perl: 170; makefile: 28; python: 11
file content (13 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13

/* pfilter.h */


#include "igate.h"		// for igate_config_s



void pfilter_init (struct igate_config_s *p_igate_config, int debug_level);

int pfilter (int from_chan, int to_chan, char *filter, packet_t pp, int is_aprs);

int is_telem_metadata (char *infop);