mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 07:48:30 +02:00
shared: allow "NMRefString" typedef to be forward declared by naming the struct
This commit is contained in:
parent
f23fa470a7
commit
90487ef509
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
/*****************************************************************************/
|
||||
|
||||
typedef struct {
|
||||
typedef struct _NMRefString {
|
||||
const char *const str;
|
||||
const gsize len;
|
||||
} NMRefString;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue