sd-netlink: drop unnecessarily exported variables

This commit is contained in:
Yu Watanabe 2019-07-23 15:55:03 +09:00
parent 59d4103fd5
commit 2cac03f71d

View file

@ -36,8 +36,6 @@ struct NLTypeSystemUnion {
const NLTypeSystem *type_systems;
};
extern const NLTypeSystem rtnl_type_system_root;
extern const NLTypeSystem genl_type_system_root;
extern const NLTypeSystem genl_family_type_system_root;
uint16_t type_get_type(const NLType *type);