mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 10:08:05 +02: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
|
/* NMStrBuf is not unlike GString. The main difference is that it can use
|
||||||
* nm_explicit_bzero() when growing the buffer. */
|
* nm_explicit_bzero() when growing the buffer. */
|
||||||
typedef struct {
|
typedef struct _NMStrBuf {
|
||||||
char *_str;
|
char *_str;
|
||||||
union {
|
union {
|
||||||
const gsize len;
|
const gsize len;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue