File: ip6tables-multi.h

package info (click to toggle)
iptables 1.4.8-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,696 kB
  • ctags: 3,860
  • sloc: ansic: 30,115; sh: 10,372; makefile: 132
file content (8 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
#ifndef _IP6TABLES_MULTI_H
#define _IP6TABLES_MULTI_H 1

extern int ip6tables_main(int, char **);
extern int ip6tables_save_main(int, char **);
extern int ip6tables_restore_main(int, char **);

#endif /* _IP6TABLES_MULTI_H */