mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 00:10:07 +01:00
shared/strbuf: allow forward declaring "struct _NMStrBuf"
This commit is contained in:
parent
abacc1e919
commit
43ba2cb933
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
/* NMStrBuf is not unlike GString. The main difference is that it can use
|
||||
* nm_explicit_bzero() when growing the buffer. */
|
||||
typedef struct {
|
||||
typedef struct _NMStrBuf {
|
||||
char *_str;
|
||||
union {
|
||||
const gsize len;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue