Skip to content

Commit 5efb79a

Browse files
data null
1 parent c2d19cc commit 5efb79a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/dynamic/data.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ DYNAMIC_INLINE data_t data(const void *base, size_t size)
8787
return (data_t) {.iov_base = (void *) base, .iov_len = size};
8888
}
8989

90+
DYNAMIC_INLINE data_t data_null(void);
91+
9092
DYNAMIC_INLINE data_t data_string(const char *string)
9193
{
9294
return data(string, strlen(string));

0 commit comments

Comments
 (0)