1 #ifndef IPTABLES_INTERNAL_H 2 #define IPTABLES_INTERNAL_H 1 3 4 /** 5 * Program's own name and version. 6 */ 7 extern const char *program_name, *program_version; 8 9 extern int line; 10 11 #endif /* IPTABLES_INTERNAL_H */ 12
1 #ifndef IPTABLES_INTERNAL_H 2 #define IPTABLES_INTERNAL_H 1 3 4 /** 5 * Program's own name and version. 6 */ 7 extern const char *program_name, *program_version; 8 9 extern int line; 10 11 #endif /* IPTABLES_INTERNAL_H */ 12