Sign in
nest-open-source
/
manifest_repos
/
iptables
/
7cd15d7973bba788c25250a0e822213434418c44
/
.
/
include
/
iptables
/
internal.h
blob: 8d8f0239411a08932f5f1178e101978244a5eeb2 [
file
] [
log
] [
blame
]
#ifndef
IPTABLES_INTERNAL_H
#define
IPTABLES_INTERNAL_H
1
#define
IPTABLES_VERSION
"1.4.11.1"
/**
* Program's own name and version.
*/
extern
const
char
*
program_name
,
*
program_version
;
extern
int
line
;
#endif
/* IPTABLES_INTERNAL_H */