mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 05:20:32 +01:00
shared: expose size of nm_ethtool_data array in header
This commit is contained in:
parent
a8442c8243
commit
d1d50324a4
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ typedef struct {
|
|||
NMEthtoolID id;
|
||||
} NMEthtoolData;
|
||||
|
||||
extern const NMEthtoolData *const nm_ethtool_data[/*_NM_ETHTOOL_ID_NUM + NULL-terminated*/];
|
||||
extern const NMEthtoolData *const nm_ethtool_data[_NM_ETHTOOL_ID_NUM + 1];
|
||||
|
||||
const NMEthtoolData *nm_ethtool_data_get_by_optname (const char *optname);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue