summaryrefslogtreecommitdiff
path: root/src/keyvalue.h
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-03-16 20:27:05 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-03-26 07:33:42 -0400
commitdde9df431088697b0a29b71b1f4b68023118468f (patch)
tree4ed872907fa8cfc0e327cde5b73269ee8da3db02 /src/keyvalue.h
parenta83b5a012155ab4b9dfc724aa5b551c0bc60cc5c (diff)
downloadlighttpd-git-dde9df431088697b0a29b71b1f4b68023118468f.tar.gz
[multiple] mark addtl funcs attr returns_nonnull
Diffstat (limited to 'src/keyvalue.h')
-rw-r--r--src/keyvalue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyvalue.h b/src/keyvalue.h
index aaa32d77..ec0f9f2b 100644
--- a/src/keyvalue.h
+++ b/src/keyvalue.h
@@ -25,6 +25,7 @@ typedef struct {
__attribute_cold__
__attribute_malloc__
+__attribute_returns_nonnull__
pcre_keyvalue_buffer *pcre_keyvalue_buffer_init(void);
__attribute_cold__