summaryrefslogtreecommitdiff
path: root/src/network_write.h
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-03-15 05:41:50 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-03-26 07:33:41 -0400
commit19bc88850e714a46ec68c779f4914bb5a0c71bd0 (patch)
tree4e5dca2a7d2617f469d85ffed60b7e93733ce8ae /src/network_write.h
parentfe4310cc61a44d51f451bfdad16b1db7f6769fd4 (diff)
downloadlighttpd-git-19bc88850e714a46ec68c779f4914bb5a0c71bd0.tar.gz
[multiple] add attrs from gcc -Wsuggest-attribute=
Diffstat (limited to 'src/network_write.h')
-rw-r--r--src/network_write.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network_write.h b/src/network_write.h
index 16114c00..6279292b 100644
--- a/src/network_write.h
+++ b/src/network_write.h
@@ -7,6 +7,7 @@ __attribute_cold__
int network_write_init(server *srv);
__attribute_cold__
+__attribute_const__
const char * network_write_show_handlers(void);
#endif