Sign in
nest-open-source
/
nest-cam
/
4320010
/
iproute2
/
refs/heads/master
/
.
/
iproute2
/
include
/
iptables
/
internal.h
blob: 62a8ecb99ab40133fa09fa3a606a6457edda19a6 [
file
] [
log
] [
blame
] [
edit
]
#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 */