You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef IPTABLES_INTERNAL_H
|
|
#define IPTABLES_INTERNAL_H 1
|
|
|
|
#define IPTABLES_VERSION "1.6.0"
|
|
|
|
/**
|
|
* Program's own name and version.
|
|
*/
|
|
extern const char *program_name, *program_version;
|
|
|
|
extern int line;
|
|
|
|
#endif /* IPTABLES_INTERNAL_H */
|