mirror of
https://github.com/openharmony/third_party_iptables.git
synced 2026-07-25 23:25:44 -04:00
e4107a428d
Signed-off-by: HuangHaitao <huanghaitao16@huawei.com>
12 lines
205 B
C
12 lines
205 B
C
#ifndef IPTABLES_INTERNAL_H
|
|
#define IPTABLES_INTERNAL_H 1
|
|
|
|
/**
|
|
* Program's own name and version.
|
|
*/
|
|
extern const char *program_name, *program_version;
|
|
|
|
extern int line;
|
|
|
|
#endif /* IPTABLES_INTERNAL_H */
|