File: sn_cfgfile.h

package info (click to toggle)
sniffit 0.3.7.beta-13
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,048 kB
  • ctags: 1,421
  • sloc: ansic: 11,595; sh: 1,568; yacc: 234; lex: 203; makefile: 154
file content (12 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
/* Sniffit Config File include                                                          */

void clear_list_buffer (struct cfg_file_contense *);
struct cfg_file_contense *adjust_select_from_list (void);
struct cfg_file_contense *adjust_select_to_list (void);
struct cfg_file_contense *adjust_deselect_from_list (void);
struct cfg_file_contense *adjust_deselect_to_list (void);
char *clean_string (char *); 
char *clean_filename (char *);
void make_nr_dot (char *);
void interprete_line (char *);
void read_cfg_file (char *);