1include/nl-aux-xfrm 2=================== 3 4This contains private/internal helpers that depend on the public libnl-3 (core) 5and libnl-xfrm-3. 6 7Itself, it must only rely on C, include/base/ and public headers of libnl-3 (core) 8and libnl-xfrm-3. 9 10They can be used by all internal code that uses the public API of both libnl-3 (core) 11and libnl-xfrm-3. 12 13It can also be used by lib/xfrm itself (that is, the implementation of 14libnl-xfrm-3). 15 16It must not be used in public headers, it's internal only. 17 18Currently this is header-only, it does not require any additional linking. 19