diff options
author | Thomas Haller <thaller@redhat.com> | 2023-08-02 11:25:49 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-08-02 20:06:51 (GMT) |
commit | fc91c4f80e3bb0e4a8731eabdb9872d9016062fe (patch) | |
tree | 82454a1f081deb56db4574659a6277ed525d40ff /include | |
parent | 9bb6f77001329921fec20f025f89619709cec50e (diff) | |
download | libnl-fc91c4f80e3bb0e4a8731eabdb9872d9016062fe.zip libnl-fc91c4f80e3bb0e4a8731eabdb9872d9016062fe.tar.gz libnl-fc91c4f80e3bb0e4a8731eabdb9872d9016062fe.tar.bz2 |
include: rename "nl-hidden-route" to "nl-priv-dynamic-route"
Naming is just so important to understand what this is.
This name is better.
Diffstat (limited to 'include')
-rw-r--r-- | include/nl-priv-dynamic-route/README.md (renamed from include/nl-hidden-route/README.md) | 4 | ||||
-rw-r--r-- | include/nl-priv-dynamic-route/nl-priv-dynamic-route.h (renamed from include/nl-hidden-route/nl-hidden-route.h) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/nl-hidden-route/README.md b/include/nl-priv-dynamic-route/README.md index 70137a1..8750dc7 100644 --- a/include/nl-hidden-route/README.md +++ b/include/nl-priv-dynamic-route/README.md @@ -1,5 +1,5 @@ -include/nl-hidden-route -======================= +include/nl-priv-dynamic-route +============================= libnl-route-3 wrongly exposes some symbols that are not part of public headers. They are used by other internal code. diff --git a/include/nl-hidden-route/nl-hidden-route.h b/include/nl-priv-dynamic-route/nl-priv-dynamic-route.h index 1baba32..1baba32 100644 --- a/include/nl-hidden-route/nl-hidden-route.h +++ b/include/nl-priv-dynamic-route/nl-priv-dynamic-route.h |