~ubuntu-branches/ubuntu/natty/iptraf/natty-proposed

« back to all changes in this revision

Viewing changes to src/externs.h

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2005-02-26 10:37:01 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050226103701-pqfbo1f0nch5h3rw
Tags: 2.7.0-7
Documentation/iptraf.8: use \- to denote the dash signs before options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
***/
8
8
 
9
9
void ipmon(const struct OPTIONS *options, struct filterstate *ofilter,
10
 
           unsigned int tm, int facilitytime, char *ifptr);
 
10
           int facilitytime, char *ifptr);
11
11
void selectiface(char *ifname, int withall, int *aborted);
12
 
void ifstats(const struct OPTIONS *options, int facilitytime);
13
 
void detstats(char *iface, const struct OPTIONS *options, int facilitytime);
 
12
void ifstats(const struct OPTIONS *options, struct filterstate *ofilter, int facilitytime);
 
13
void detstats(char *iface, const struct OPTIONS *options, int facilitytime, struct filterstate *ofilter);
14
14
void packet_size_breakdown(struct OPTIONS *options, char *iface, int facilitytime);
15
 
void servmon(char *iface, struct porttab *ports, const struct OPTIONS *options, int facilitytime);
 
15
void servmon(char *iface, struct porttab *ports, const struct OPTIONS *options, int facilitytime, struct filterstate *ofilter);
16
16
void ip_host_breakdown(struct OPTIONS *options, char *iface);
17
17
void hostmon(const struct OPTIONS *options, int facilitytime, char *ifptr);
18
18
void ethdescmgr(void);