]> git.proxmox.com Git - mirror_iproute2.git/blame - include/iptables/internal.h
SPDX license identifiers
[mirror_iproute2.git] / include / iptables / internal.h
CommitLineData
6054c1eb 1/* SPDX-License-Identifier: GPL-2.0 */
5cd1adba
SH
2#ifndef IPTABLES_INTERNAL_H
3#define IPTABLES_INTERNAL_H 1
4
5#define IPTABLES_VERSION "1.6.0"
6
7/**
8 * Program's own name and version.
9 */
10extern const char *program_name, *program_version;
11
12extern int line;
13
14#endif /* IPTABLES_INTERNAL_H */