mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-18 03:40:37 +01:00
cli: fix redundant "const const" declaration in nmcli.h
Fixes: bfb9fd0d2f
This commit is contained in:
parent
7f8815a9c3
commit
a6c84e2ea0
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ typedef enum {
|
|||
NMC_OF_FLAG_MAIN_HEADER_ONLY = 0x00000008, /* Print main header only */
|
||||
} NmcOfFlags;
|
||||
|
||||
extern const const NMMetaType nmc_meta_type_generic_info;
|
||||
extern const NMMetaType nmc_meta_type_generic_info;
|
||||
|
||||
typedef struct _NmcOutputField NmcOutputField;
|
||||
typedef struct _NmcMetaGenericInfo NmcMetaGenericInfo;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue