summaryrefslogtreecommitdiff
path: root/src/log.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/log.h
parenta83b5a012155ab4b9dfc724aa5b551c0bc60cc5c (diff)
downloadlighttpd-git-dde9df431088697b0a29b71b1f4b68023118468f.tar.gz
[multiple] mark addtl funcs attr returns_nonnull
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/log.h b/src/log.h
index 9d29cd94..d5011f35 100644
--- a/src/log.h
+++ b/src/log.h
@@ -22,6 +22,8 @@ struct log_error_st {
};
__attribute_cold__
+__attribute_malloc__
+__attribute_returns_nonnull__
log_error_st * log_error_st_init (void);
__attribute_cold__