File: ec_parser.h

package info (click to toggle)
ettercap 1%3A0.8.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,272 kB
  • sloc: ansic: 58,389; yacc: 313; lex: 204; makefile: 112; sh: 84; xml: 69
file content (13 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef ETTERCAP_PARSER_H
#define ETTERCAP_PARSER_H

EC_API_EXTERN void parse_options(int argc, char **argv);



#endif

/* EOF */

// vim:ts=3:expandtab