xref: /aosp_15_r20/external/iproute2/include/iptables/internal.h (revision de1e4e894b0c224df933550f0afdecc354b238c4)
1 #ifndef IPTABLES_INTERNAL_H
2 #define IPTABLES_INTERNAL_H 1
3 
4 #define IPTABLES_VERSION "1.6.0"
5 
6 /**
7  * Program's own name and version.
8  */
9 extern const char *program_name, *program_version;
10 
11 extern int line;
12 
13 #endif /* IPTABLES_INTERNAL_H */
14